From be1bca258a60907abcb6ae536d5be65baade6ccc Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 15 Jan 2001 21:55:30 +0000 Subject: push/pop the color map 2001-01-15 JP Rosevear * e-shell-folder-title-bar.c (e_shell_folder_title_bar_new): push/pop the color map svn path=/trunk/; revision=7514 --- shell/e-shell-folder-title-bar.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-folder-title-bar.c') diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index 7a51e77ad3..788bec2a24 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -256,7 +256,7 @@ realize (GtkWidget *widget) priv = folder_title_bar->priv; pixmap = make_icon_pixmap (folder_title_bar, priv->icon); - priv->icon_widget = gtk_pixmap_new (pixmap, NULL); + priv->icon_widget = gnome_pixmap_new (pixmap, NULL); gdk_pixmap_unref (pixmap); gtk_widget_show (priv->icon_widget); @@ -418,7 +418,9 @@ e_shell_folder_title_bar_new (void) { EShellFolderTitleBar *new; + gtk_widget_push_colormap (gdk_rgb_get_cmap ()); new = gtk_type_new (e_shell_folder_title_bar_get_type ()); + gtk_widget_pop_colormap (); e_shell_folder_title_bar_construct (new); -- cgit v1.2.3