aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/shortcut-bar/ChangeLog4
-rw-r--r--widgets/shortcut-bar/e-group-bar.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index 2ceba9c68b..a66d0d739c 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,5 +1,9 @@
2000-04-15 Miguel de Icaza <miguel@gnu.org>
+ * e-group-bar.c (e_group_bar_realize): Do not use the parent
+ thingie, because it might be like anything. And anything can be
+ like any visual, and we dont like want any visual here.
+
* e-shortcut-bar.c
(e_shortcut_bar_add_group): Apply some loving action when it comes
to visuals and colormaps. Yes, we got one of those machines
diff --git a/widgets/shortcut-bar/e-group-bar.c b/widgets/shortcut-bar/e-group-bar.c
index 8f686c1d7e..89cfa87d97 100644
--- a/widgets/shortcut-bar/e-group-bar.c
+++ b/widgets/shortcut-bar/e-group-bar.c
@@ -259,7 +259,7 @@ e_group_bar_realize (GtkWidget *widget)
gtk_style_set_background (widget->style, widget->window,
GTK_STATE_NORMAL);
- gdk_window_set_back_pixmap (widget->window, NULL, TRUE);
+ gdk_window_set_back_pixmap (widget->window, NULL, FALSE);
/* Create windows for all the buttons & group canvases. */
for (group_num = 0;