[maemo-commits] [maemo-commits] r17618 - projects/haf/trunk/libmatchbox2/matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 10 09:23:27 EET 2009
Author: kihamala
Date: 2009-03-10 09:23:22 +0200 (Tue, 10 Mar 2009)
New Revision: 17618

Modified:
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
Log:
remove mindless & mystical debug prints


Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-03-10 07:14:59 UTC (rev 17617)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-03-10 07:23:22 UTC (rev 17618)
@@ -1793,8 +1793,6 @@
   MBWindowManagerClass  *wm_klass;
   wm_klass = MB_WINDOW_MANAGER_CLASS (MB_WM_OBJECT_GET_CLASS (wm));
 
-  g_warning ("MBWMAC\n");
-
   MBWM_ASSERT (wm_klass->client_activate);
 
   wm_klass->client_activate (wm, c);
@@ -1810,8 +1808,6 @@
   MBWindowManagerClient * c_focus = c;
   MBWindowManagerClient * trans, *last_focused_transient;
 
-  g_warning ("MBWMAC REAL\n");
-
   if (c == NULL)
     return False;
 


More information about the maemo-commits mailing list