From 90da9523a1db9f89384335f5fd07a4a09c67bf5c Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 16 Jan 2001 22:08:20 +0000 Subject: pop the visual/cm after the construct 2001-01-16 JP Rosevear * e-shell-folder-title-bar.c (e_shell_folder_title_bar_new): pop the visual/cm after the construct svn path=/trunk/; revision=7546 --- shell/ChangeLog | 5 +++++ shell/e-shell-folder-title-bar.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index d45fa3183f..b7f87fff85 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-01-16 JP Rosevear + + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_new): pop the + visual/cm after the construct + 2001-01-15 JP Rosevear * e-shell-folder-title-bar.c (e_shell_folder_title_bar_new): push/pop diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index a121b8c747..abd47f59a5 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -421,10 +421,10 @@ e_shell_folder_title_bar_new (void) gtk_widget_push_colormap (gdk_rgb_get_cmap ()); gtk_widget_push_visual (gdk_rgb_get_visual ()); new = gtk_type_new (e_shell_folder_title_bar_get_type ()); - gtk_widget_pop_visual (); - gtk_widget_pop_colormap (); e_shell_folder_title_bar_construct (new); + gtk_widget_pop_visual (); + gtk_widget_pop_colormap (); return GTK_WIDGET (new); } -- cgit v1.2.3