diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-21 04:33:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-21 04:33:01 +0800 |
commit | 2dbb099051ed90af4e932113937a529f74ccab16 (patch) | |
tree | 65d87775dcdc7dbd01095537597f6b03a93baea7 /calendar/gui | |
parent | a521b602d0bdc77905b241fb7d5948b63c6127b8 (diff) | |
download | gsoc2013-evolution-2dbb099051ed90af4e932113937a529f74ccab16.tar.gz gsoc2013-evolution-2dbb099051ed90af4e932113937a529f74ccab16.tar.zst gsoc2013-evolution-2dbb099051ed90af4e932113937a529f74ccab16.zip |
(gnome_calendar_setup_view_menus): Removed
debugging message.
svn path=/trunk/; revision=21293
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gnome-cal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 6b8c87b575..980b38c361 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1380,7 +1380,6 @@ gnome_calendar_setup_view_menus (GnomeCalendar *gcal, BonoboUIComponent *uic) gal_view_collection_load (collection); } - g_print ("Making GAL view instance.\n"); priv->view_instance = gal_view_instance_new (collection, cal_client_get_uri (priv->client)); priv->view_menus = gal_view_menus_new (priv->view_instance); |