From f7a04ed3d3df5f82b6b3f69ba93a209dc3bfd2e1 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 17 Oct 2006 17:38:24 +0000 Subject: Hack around the background color issues. --- (limited to 'lib') 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", -- cgit v0.9.1