aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gncal-todo.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/gncal-todo.c')
-rw-r--r--calendar/gui/gncal-todo.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/calendar/gui/gncal-todo.c b/calendar/gui/gncal-todo.c
index e10840bf8d..1f7fd3bb59 100644
--- a/calendar/gui/gncal-todo.c
+++ b/calendar/gui/gncal-todo.c
@@ -82,12 +82,7 @@ ok_button (GtkWidget *widget, GnomeDialog *dialog)
ico->comment = gtk_editable_get_chars( GTK_EDITABLE(comment), 0, -1);
ico->user_data = NULL;
- if (ico->new) {
- gnome_calendar_add_object (todo->calendar, ico);
- ico->new = FALSE;
- } else
- gnome_calendar_object_changed (todo->calendar, ico);
-
+ gnome_calendar_update_object (todo->calendar, ico);
ical_object_unref (ico);
gtk_widget_destroy (GTK_WIDGET (dialog));
ssage (Expand)AuthorAgeFilesLines * Fix build with MySQL option is enabled.ume2009-12-241-1/+3 * The patch to configure.in is required only when WITH_DRAC=YES andume2009-12-221-2/+4 * Update to 2.3.16.ume2009-12-216-27/+51 * - Remove support for ucd-snmp4 in ports, that also support net-snmp5.pav2009-12-081-10/+2 * - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1 * Update to 2.3.15.ume2009-09-105-84/+25 * Fix buffer size calculations for sieve actions_stringume2009-09-032-1/+74 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-9/+3 * Remove dependency to p5-Pod-Parser and p5-File-Temp.ume2009-04-071-3/+1 * Update to 2.3.14.ume2009-03-263-34/+17 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-2/+1 * Update to 2.3.13.ume2008-10-216-44/+74 * Fix build on -CURRENT due to library shuffle.rnoland2008-10-022-1/+21 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * - Mark BROKEN after recent kerberos importpav2008-06-231-0/+4 * The tarball was rerolled with actual fix for imapd.conf parsingume2008-04-262-4/+4 * Update to 2.3.12p2.ume2008-04-252-4/+4 * Update to 2.3.12p1.ume2008-04-242-4/+4 * Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,ume2008-04-241-0/+6 * Update to 2.3.12.ume2008-04-212-4/+4 * Chase shlib version bump of net-snmp.ume2008-03-281-1/+1 * Update to 2.3.11.ume2007-12-123-12/+13 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-4/+0 * Update to 2.3.9.ume2007-08-208-98/+10 * Add an option to not use Berkeley DB.ume2007-08-091-5/+11 * Obey the default BDB version defined in bsd.database.mk.ume2007-08-081-130/+13 * Allow to build with db45 and db46 as well.ume2007-08-061-8/+42 * compatibility fix for DBENV->set_lk_max()ume2007-08-061-0/+20 * - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-281-2/+2 * Update to 2.3.8.ume2007-02-104-4/+19