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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jun 26 12:11:30 EEST 2007
Author: moimart
Date: 2007-06-26 12:11:18 +0300 (Tue, 26 Jun 2007)
New Revision: 12459

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

        * libhildonwm/hd-wm.c: Removed launch banner for dummy applications.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-26 08:21:25 UTC (rev 12458)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-26 09:11:18 UTC (rev 12459)
@@ -1,5 +1,9 @@
 2007-06-26  Moises Martinez  <moises.martinez at nokia.com>
 
+	* libhildonwm/hd-wm.c: Removed launch banner for dummy applications.
+
+2007-06-26  Moises Martinez  <moises.martinez at nokia.com>
+
 	* libhildonwm/hd-wm.c: Some optimizations.
 	* libhildonwm/hd-wm-window.[ch]: Added _set_icon_geometry method
 	* src/hn-app-switcher.c: Added _set_icon_geometry calls

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-types.h
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-types.h	2007-06-26 08:21:25 UTC (rev 12458)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-types.h	2007-06-26 09:11:18 UTC (rev 12459)
@@ -66,7 +66,7 @@
 
   HD_ATOM_UTF8_STRING,
 
-  HD_ATOM_STARTUP_INFO,
+  HD_ATOM_STARTUP_INFO_BEGIN,
 
   HD_ATOM_COUNT
 };

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-06-26 08:21:25 UTC (rev 12458)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-06-26 09:11:18 UTC (rev 12459)
@@ -303,7 +303,7 @@
     
     "UTF8_STRING",
 
-    "_NET_STARTUP_INFO"
+    "_NET_STARTUP_INFO_BEGIN"
   };
 
   XInternAtoms (GDK_DISPLAY(),
@@ -2098,8 +2098,6 @@
                    hd_wm_window_get_name(win));
 
         hd_wm_application_dummy_set_name (app, hd_wm_window_get_name(win));
-
-        g_signal_emit_by_name (hdwm, "application-starting", app);
       }
 
       HDWMEntryInfo *info;
@@ -2410,7 +2408,7 @@
       return GDK_FILTER_CONTINUE;
     }
     else
-    if (cev->message_type == hdwm->priv->atoms[HD_ATOM_STARTUP_INFO])
+    if (cev->message_type == hdwm->priv->atoms[HD_ATOM_STARTUP_INFO_BEGIN])
     {	    
       g_debug ("-------## ->>>>>>>>>   hello %s      <<<<<<<<<<---",(gchar *)cev->data.l);	    
 


More information about the maemo-commits mailing list