[maemo-commits] [maemo-commits] r12665 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jul 5 15:39:05 EEST 2007
Author: moimart
Date: 2007-07-05 15:39:03 +0300 (Thu, 05 Jul 2007)
New Revision: 12665

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-desktop.c
Log:
2007-07-05  Moises Martinez  <moises.martinez at nokia.com>

        * src/hd-desktop.c: (hd_desktop_launch_banner_timeout):
        - Remove the banner as soon as the application has windows.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-05 12:17:07 UTC (rev 12664)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-05 12:39:03 UTC (rev 12665)
@@ -1,3 +1,8 @@
+2007-07-05  Moises Martinez  <moises.martinez at nokia.com>
+
+	* src/hd-desktop.c: (hd_desktop_launch_banner_timeout):
+	- Remove the banner as soon as the application has windows.
+
 2007-07-05  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hd-applications-menu.c (hd_applications_menu_has_focus):

Modified: projects/haf/trunk/hildon-desktop/src/hd-desktop.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-desktop.c	2007-07-05 12:17:07 UTC (rev 12664)
+++ projects/haf/trunk/hildon-desktop/src/hd-desktop.c	2007-07-05 12:39:03 UTC (rev 12665)
@@ -269,8 +269,8 @@
   t2 = (long unsigned int) current_time.tv_sec;
   time_left = (guint) (t2 - t1);
 
-  if (time_left >= current_banner_timeout + 4)/* ||
-      hd_wm_application_has_windows (info->app))*/
+  if (time_left >= current_banner_timeout + 4 ||
+      hd_wm_application_has_windows (info->app))
   {
     hd_desktop_launch_banner_close (NULL, info);
     return FALSE;


More information about the maemo-commits mailing list