[Xfce4-commits] [xfce/xfwm4] 02/02: Silent a leftover degug message
noreply at xfce.org
noreply at xfce.org
Fri Dec 5 13:55:39 CET 2014
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit b6171c17596f2691c5070eaebd2a760f72d19ff9
Author: Olivier Fourdan <ofourdan at redhat.com>
Date: Fri Dec 5 13:53:05 2014 +0100
Silent a leftover degug message
Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
---
src/cycle.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/cycle.c b/src/cycle.c
index 77bf9c7..fefb07f 100644
--- a/src/cycle.c
+++ b/src/cycle.c
@@ -495,9 +495,8 @@ clientCycle (Client * c, XKeyEvent * ev)
eventFilterPush (display_info->xfilter, clientCycleEventFilter, &passdata);
c2 = myScreenGetClientFromWindow (screen_info, GDK_WINDOW_XID (gtk_widget_get_window ( passdata.tabwin->tabwin_list->data)), SEARCH_FRAME);
- g_message ("%p", c2);
clientSetFocus (screen_info, c2, ev->time, NO_FOCUS_FLAG);
-
+
gtk_main ();
eventFilterPop (display_info->xfilter);
TRACE ("leaving cycle loop");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list