aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-15 08:26:02 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-15 08:26:02 +0800
commit8539e8dd1ae1f3965d6331f7665a8cda7ff66994 (patch)
treee481f96a682d4342d7cdd1dc4afc8ff31937829f
parent27fbc0098ca72b45e0c287027940bee5c048e2b7 (diff)
downloadgsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.tar
gsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.tar.gz
gsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.tar.bz2
gsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.tar.lz
gsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.tar.xz
gsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.tar.zst
gsoc2013-evolution-8539e8dd1ae1f3965d6331f7665a8cda7ff66994.zip
hrm, we shouldn't need to do this, but gtk_widget_show_all the custom
2002-11-14 Chris Toshok <toshok@ximian.com> * gal-define-views-dialog.c (gal_define_views_dialog_init): hrm, we shouldn't need to do this, but gtk_widget_show_all the custom widget so it actually shows up. svn path=/trunk/; revision=18767
-rw-r--r--widgets/menus/gal-define-views-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/menus/gal-define-views-dialog.c b/widgets/menus/gal-define-views-dialog.c
index 5a996726fc..57ef0738f7 100644
--- a/widgets/menus/gal-define-views-dialog.c
+++ b/widgets/menus/gal-define-views-dialog.c
@@ -237,6 +237,7 @@ gal_define_views_dialog_init (GalDefineViewsDialog *dialog)
g_object_set(dialog->model,
"collection", dialog->collection,
NULL);
+ gtk_widget_show_all (etable);
}
gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, TRUE, FALSE);