From 4a9702f99b3b02b2e9982e12dea455014e42ae12 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 23 Aug 2000 21:19:41 +0000 Subject: Include gnome.h for gettext purposes 2000-08-23 JP Rosevear * gui/e-day-view-time-item.c: Include gnome.h for gettext purposes * gui/gnome-cal.c: ditto * gui/prop.c: #if out some alarm stuff svn path=/trunk/; revision=4988 --- calendar/gui/prop.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'calendar/gui/prop.c') diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c index 2555059af8..f08280b69d 100644 --- a/calendar/gui/prop.c +++ b/calendar/gui/prop.c @@ -70,10 +70,12 @@ static void to_cb_changed (GtkWidget* object, gpointer data); static void snooze_cb_changed (GtkWidget* object, gpointer data); GtkWidget* make_spin_button (int val, int low, int high); +#if 0 void ee_create_ae (GtkTable *table, char *str, CalendarAlarm *alarm, enum AlarmType type, int y, gboolean sens, GtkSignalFunc dirty_func); void ee_store_alarm (CalendarAlarm *alarm, enum AlarmType type); +#endif /* Callback used when the property box is closed -- just sets the prop_win variable to null. */ static int @@ -862,7 +864,8 @@ create_alarm_page (void) FALSE, prop_changed); */ } - + +#if 0 static void prop_store_alarm_default_values (CalendarAlarm* alarm) { @@ -889,10 +892,10 @@ prop_store_alarm_default_values (CalendarAlarm* alarm) gnome_config_set_int ("units", alarm->units); if (alarm->data) gnome_config_set_string ("data", alarm->data); - gnome_config_pop_prefix (); gnome_config_sync (); } +#endif #if 0 static void -- cgit v1.2.3