aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/notify-main.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-03-01 03:10:31 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-03-01 03:10:31 +0800
commit25152d9caa8edfcd4c8a9de0eda999cc81f7b89e (patch)
tree4c8538d9b2c75826cfa2ade2cd99d9328083923e /calendar/gui/alarm-notify/notify-main.c
parentf50ddd9de119590e93f2fe6939b0a364c357783d (diff)
downloadgsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar
gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.gz
gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.bz2
gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.lz
gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.xz
gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.zst
gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.zip
New function to set the EDateEdit's value when a row is selected in the
2001-02-28 Federico Mena Quintero <federico@ximian.com> * gui/event-editor.c (recurrence_exception_select_row_cb): New function to set the EDateEdit's value when a row is selected in the exception date list. Fixes bug #1638. (append_exception): Set the value as well. Block/unblock signals from the clist as appropriate. Gotta love non-model/view widgets. (recurrence_exception_delete_cb): Be more paranoid about the contents of the list row's data. (recur_to_comp_object): Likewise. (fill_exception_widgets): Select the first row after we are done appending the exception dates. svn path=/trunk/; revision=8430
Diffstat (limited to 'calendar/gui/alarm-notify/notify-main.c')
-rw-r--r--calendar/gui/alarm-notify/notify-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c
index 6712865725..6ea5a902f5 100644
--- a/calendar/gui/alarm-notify/notify-main.c
+++ b/calendar/gui/alarm-notify/notify-main.c
@@ -55,7 +55,6 @@ alarm_notify_factory_fn (BonoboGenericFactory *factory, void *data)
int
main (int argc, char **argv)
{
-
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);