mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
$NetBSD: patch-ya,v 1.3 2010/07/13 12:24:34 drochner Exp $
|
|
|
|
--- calendar/gui/e-cal-model.h.orig 2010-04-26 13:13:16.000000000 +0000
|
|
+++ calendar/gui/e-cal-model.h
|
|
@@ -152,8 +152,8 @@ struct _ECalModelClass {
|
|
|
|
/* Signals */
|
|
void (*time_range_changed) (ECalModel *model,
|
|
- time_t start,
|
|
- time_t end);
|
|
+ gint64 start,
|
|
+ gint64 end);
|
|
void (*row_appended) (ECalModel *model);
|
|
void (*comps_deleted) (ECalModel *model,
|
|
gpointer list);
|