diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-30 22:47:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-30 22:47:38 +0800 |
commit | 336efb38c6245c06f48704a0f0c07693bf58f9ee (patch) | |
tree | d94b539a274e309f27d29eb366b8754a16fb5a21 /calendar/gui/gncal-todo.c | |
parent | 886713b8b1393dca9f9c9abe87ccb928eca8c0ef (diff) | |
download | gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.gz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.bz2 gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.lz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.xz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.zst gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.zip |
Flush - Federico
svn path=/trunk/; revision=3280
Diffstat (limited to 'calendar/gui/gncal-todo.c')
-rw-r--r-- | calendar/gui/gncal-todo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gncal-todo.c b/calendar/gui/gncal-todo.c index a7c54e6086..1308a6f5eb 100644 --- a/calendar/gui/gncal-todo.c +++ b/calendar/gui/gncal-todo.c @@ -86,7 +86,7 @@ ok_button (GtkWidget *widget, GnomeDialog *dialog) gnome_calendar_add_object (todo->calendar, ico); ico->new = FALSE; } else - gnome_calendar_object_changed (todo->calendar, ico, CHANGE_ALL); /* ok, summary only... */ + gnome_calendar_object_changed (todo->calendar, ico); ical_object_unref (ico); |