diff options
author | JP Rosevear <jpr@ximian.com> | 2002-05-01 04:17:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-05-01 04:17:25 +0800 |
commit | abdf769a63ce5811c6a1c06421c9ea1874e17426 (patch) | |
tree | cb0d2dd7702012b43e3d4a9928dccb1646de2803 /calendar/gui/gnome-cal.c | |
parent | a6458a2bb6d4d85a541b2607c56f83e1bee47327 (diff) | |
download | gsoc2013-evolution-abdf769a63ce5811c6a1c06421c9ea1874e17426.tar.gz gsoc2013-evolution-abdf769a63ce5811c6a1c06421c9ea1874e17426.tar.zst gsoc2013-evolution-abdf769a63ce5811c6a1c06421c9ea1874e17426.zip |
remove setup_widgets from here (gnome_calendar_init): move setup_widgets
2002-04-30 JP Rosevear <jpr@ximian.com>
* 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
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 3 |
1 files changed, 1 insertions, 2 deletions
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. */ |