From ef362daa79e1e58b7732420a48e845604691302b Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 15 Apr 2000 05:53:20 +0000 Subject: Do not use the parent thingie, because it might be like anything. And 2000-04-15 Miguel de Icaza * 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. svn path=/trunk/; revision=2453 --- widgets/shortcut-bar/ChangeLog | 4 ++++ widgets/shortcut-bar/e-group-bar.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + * 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; -- cgit v1.2.3