diff options
author | Radek Doulik <rodo@src.gnome.org> | 2004-07-13 19:37:22 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-07-13 19:37:22 +0800 |
commit | cab58317e63b0764d10552131d7b77675689c95b (patch) | |
tree | fa642664d1d28c0c1112af89a8d84c9932d59561 | |
parent | 76f3873152e5a59a8892734c521a60d77bd42485 (diff) | |
download | gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.tar gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.tar.gz gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.tar.bz2 gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.tar.lz gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.tar.xz gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.tar.zst gsoc2013-evolution-cab58317e63b0764d10552131d7b77675689c95b.zip |
reverted unwanted change
svn path=/trunk/; revision=26637
-rw-r--r-- | calendar/gui/gnome-cal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index dc43fcdf45..034c0be1bd 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1822,7 +1822,6 @@ gnome_calendar_setup_view_menus (GnomeCalendar *gcal, BonoboUIComponent *uic) /* Create the view instance */ if (collection == NULL) { ETableSpecification *spec; - GalView *view; collection = gal_view_collection_new (); @@ -1864,9 +1863,6 @@ gnome_calendar_setup_view_menus (GnomeCalendar *gcal, BonoboUIComponent *uic) gal_view_collection_load (collection); - view = gal_view_collection_get_view (collection, gal_view_collection_get_view_index_by_id (collection, "List_View")); - if (view) - gal_view_set_built_in (view, TRUE); } priv->view_instance = gal_view_instance_new (collection, NULL); |