[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 422/473: Replace deprecated function.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:59:52 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit c5c87bb3eba8ce90a7affa8584c4dfd479850590
Author: Graeme Gott <graeme at gottcode.org>
Date:   Mon Dec 8 05:55:48 2014 -0500

    Replace deprecated function.
---
 panel-plugin/window.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index da83092..558c2a9 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -824,7 +824,7 @@ void WhiskerMenu::Window::on_screen_changed_event(GtkWidget* widget, GdkScreen*)
 	GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen);
 	if (!colormap)
 	{
-		colormap = gdk_screen_get_rgb_colormap(screen);
+		colormap = gdk_screen_get_system_colormap(screen);
 	}
 	else
 	{

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list