From abdf769a63ce5811c6a1c06421c9ea1874e17426 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 30 Apr 2002 20:17:25 +0000 Subject: remove setup_widgets from here (gnome_calendar_init): move setup_widgets 2002-04-30 JP Rosevear * gui/gnome-cal.c (gnome_calendar_construct): remove setup_widgets from here (gnome_calendar_init): move setup_widgets back here svn path=/trunk/; revision=16650 --- calendar/ChangeLog | 6 ++++++ calendar/gui/gnome-cal.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c34bfe341c..93ed4a2a8e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-04-30 JP Rosevear + + * gui/gnome-cal.c (gnome_calendar_construct): remove setup_widgets + from here + (gnome_calendar_init): move setup_widgets back here + 2002-04-26 Jeffrey Stedfast * gui/Makefile.am: Don't link to libibex anymore!! diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index fdbbce9769..ad6b485a6c 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -910,6 +910,7 @@ gnome_calendar_init (GnomeCalendar *gcal) priv->current_view_type = GNOME_CAL_DAY_VIEW; priv->range_selected = FALSE; + setup_widgets (gcal); priv->dn_query = NULL; priv->sexp = g_strdup ("#t"); /* Match all */ @@ -1720,8 +1721,6 @@ gnome_calendar_construct (GnomeCalendar *gcal) priv = gcal->priv; - setup_widgets (gcal); - /* * Calendar Folder Client. */ -- cgit v1.2.3