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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 26 13:51:23 EET 2007
Author: lucasr
Date: 2007-02-26 13:51:23 +0200 (Mon, 26 Feb 2007)
New Revision: 10198

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hn-app-button.c
Log:
2007-02-26  Lucas Rocha  <lucas.rocha at nokia.com>

	* src/hn-app-button.c: return TRUE on button press handler to fix
	miss-behavior when clicking on app button.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-02-26 11:49:35 UTC (rev 10197)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-02-26 11:51:23 UTC (rev 10198)
@@ -1,3 +1,8 @@
+2007-02-26  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* src/hn-app-button.c: return TRUE on button press handler to fix
+	miss-behavior when clicking on app button.
+
 2007-02-23  Moises Martinez  <moises.martinez at nokia.com>
 
 	* src/hd-desktop.c: Added new notification manager.

Modified: projects/haf/trunk/hildon-desktop/src/hn-app-button.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-02-26 11:49:35 UTC (rev 10197)
+++ projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-02-26 11:51:23 UTC (rev 10198)
@@ -866,7 +866,7 @@
                                 NULL,
                                 NULL);
   
-  return FALSE;
+  return TRUE;
 }
 
 static void


More information about the maemo-commits mailing list