From 8539e8dd1ae1f3965d6331f7665a8cda7ff66994 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 15 Nov 2002 00:26:02 +0000 Subject: hrm, we shouldn't need to do this, but gtk_widget_show_all the custom 2002-11-14 Chris Toshok * 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 --- widgets/menus/gal-define-views-dialog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/menus') 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); -- cgit v1.2.3