From 453154a00f0f17e20340e408055e224ea57cc4e8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 17 Feb 2014 17:02:14 +0100 Subject: Fix mate-panel --reset --- mate-panel/panel-action-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-action-protocol.c') diff --git a/mate-panel/panel-action-protocol.c b/mate-panel/panel-action-protocol.c index 12a7f667..3a4efa72 100644 --- a/mate-panel/panel-action-protocol.c +++ b/mate-panel/panel-action-protocol.c @@ -118,8 +118,8 @@ panel_action_protocol_filter (GdkXEvent *gdk_xevent, display = gdk_screen_get_display (screen); window = gdk_x11_window_lookup_for_display (display, xevent->xclient.window); #else - screen = gdk_drawable_get_screen (window); window = gdk_window_lookup (xevent->xclient.window); + screen = gdk_drawable_get_screen (window); #endif if (!window) return GDK_FILTER_CONTINUE; -- cgit v1.2.1