Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 17:38:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 17:38:24 (GMT)
commitf7a04ed3d3df5f82b6b3f69ba93a209dc3bfd2e1 (patch)
treefe53c71e0b82ec029a578f2e6906a12327d1930e /lib
parent157d702ad1190f2eae6ea59903625ecc9b0f587c (diff)
Hack around the background color issues.
Diffstat (limited to 'lib')
-rw-r--r--lib/src/sugar-tray-manager.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/src/sugar-tray-manager.c b/lib/src/sugar-tray-manager.c
index 52c1e7e..7f12fc9 100644
--- a/lib/src/sugar-tray-manager.c
+++ b/lib/src/sugar-tray-manager.c
@@ -315,8 +315,13 @@ sugar_tray_manager_handle_dock_request (SugarTrayManager *manager,
gtk_widget_set_app_paintable (socket, TRUE);
//FIXME: need to find a theme where this (and expose event) is needed
gtk_widget_set_double_buffered (socket, FALSE);
+
+/* FIXME Disabled this so that I can customize the icons background in theme.
+ I couldn't find a way to set a specific color for the GtkPlug.
g_signal_connect (socket, "realize",
G_CALLBACK (sugar_tray_manager_make_socket_transparent), NULL);
+*/
+
g_signal_connect (socket, "expose_event",
G_CALLBACK (sugar_tray_manager_socket_exposed), NULL);
g_signal_connect_after (socket, "style_set",