aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>2000-04-15 13:53:20 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-04-15 13:53:20 +0800
commitef362daa79e1e58b7732420a48e845604691302b (patch)
treeaf7c8f1b11a9803bd75cc689be7b72a8f38e4d06
parent463e00c27828985d9a88e6d28c28105d540fb8df (diff)
downloadgsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.tar
gsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.tar.gz
gsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.tar.bz2
gsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.tar.lz
gsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.tar.xz
gsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.tar.zst
gsoc2013-evolution-ef362daa79e1e58b7732420a48e845604691302b.zip
Do not use the parent thingie, because it might be like anything. And
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. svn path=/trunk/; revision=2453
-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;