[maemo-commits] [maemo-commits] r12455 - in projects/haf/trunk/hildon-desktop: . libhildonwm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jun 26 09:59:50 EEST 2007
Author: moimart
Date: 2007-06-26 09:59:38 +0300 (Tue, 26 Jun 2007)
New Revision: 12455

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
Log:
2007-06-26  Moises Martinez  <moises.martinez at nokia.com>

        * libhildonwm/hd-wm.c: top desktop.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-25 20:53:03 UTC (rev 12454)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-26 06:59:38 UTC (rev 12455)
@@ -1,3 +1,7 @@
+2007-06-26  Moises Martinez  <moises.martinez at nokia.com>
+
+	* libhildonwm/hd-wm.c: top desktop.
+
 2007-06-25  Moises Martinez  <moises.martinez at nokia.com>
 
 	* libhildonwm/hd-wm-entry-info.[ch]:

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-06-25 20:53:03 UTC (rev 12454)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-06-26 06:59:38 UTC (rev 12455)
@@ -1208,14 +1208,14 @@
     gdk_error_trap_pop();
 
   }
-/*
-  if (info->type == HD_ENTRY_DESKTOP)
+
+  if (HD_WM_IS_DESKTOP (info))
   {
     hd_wm_top_desktop ();	  
     g_signal_emit_by_name (hdwm, "entry_info_stack_changed", info);
   }	  
   else
-    g_debug  ("### Invalid window type ###\n");*/
+    g_debug  ("### Invalid window type ###\n");
 }
 
 HDWMEntryInfo *


More information about the maemo-commits mailing list