[maemo-commits] [maemo-commits] r18698 - in projects/haf/trunk/libmatchbox2: . matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jun 11 02:03:51 EEST 2009
Author: tthurman
Date: 2009-06-11 02:03:47 +0300 (Thu, 11 Jun 2009)
New Revision: 18698

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
Log:
remove debugging code


Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-06-10 23:01:10 UTC (rev 18697)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-06-10 23:03:47 UTC (rev 18698)
@@ -1,5 +1,9 @@
 2009-06-10  Thomas Thurman  <thomas.thurman at collabora.co.uk>
 
+	* matchbox/core/mb-window-manager.c: remove debugging code.
+
+2009-06-10  Thomas Thurman  <thomas.thurman at collabora.co.uk>
+
 	* matchbox/core/mb-window-manager.c: Amendment to previous
 	fix.  Let's focus windows if they are apps or dialogues
 	or menus, rather than just if they are able to take the

Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-06-10 23:01:10 UTC (rev 18697)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-06-10 23:03:47 UTC (rev 18698)
@@ -2114,9 +2114,8 @@
 		   MB_WM_IS_CLIENT_DIALOG (next) ||
 		   MB_WM_PARENT_IS_CLIENT_DIALOG (next)))
     {
-      g_debug ("Skipping %x because it's not focusable %d\n",
-	       next->window->xwindow,
-	       MB_WM_OBJECT_GET_CLASS (next));
+      g_debug ("Skipping %x because it's not focusable\n",
+	       next->window->xwindow);
 
       next = next->stacked_below;    
     }

More information about the maemo-commits mailing list