diff options
Diffstat (limited to 'calendar/gui/goto.c')
-rw-r--r-- | calendar/gui/goto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/goto.c b/calendar/gui/goto.c index 9a8fcb260d..32aa48a37e 100644 --- a/calendar/gui/goto.c +++ b/calendar/gui/goto.c @@ -243,7 +243,7 @@ goto_dialog (GnomeCalendar *gcal) if (b == 0) goto_today (dlg); - gtk_object_unref (GTK_OBJECT (dlg->xml)); + g_object_unref (dlg->xml); g_free (dlg); dlg = NULL; } |