[Xfce4-commits] [xfce/xfwm4] 01/02: Silent a leftover degug message

noreply at xfce.org noreply at xfce.org
Fri Dec 5 14:03:31 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 045e811f46091659945e393bb1dcadd8c96981b9
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Fri Dec 5 13:53:05 2014 +0100

    Silent a leftover degug message
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 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