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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 28 18:42:30 EEST 2007
Author: moimart
Date: 2007-05-28 18:42:29 +0300 (Mon, 28 May 2007)
New Revision: 11916

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

        * src/hn-app-button.c: Yet another attachment.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-28 15:20:11 UTC (rev 11915)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-28 15:42:29 UTC (rev 11916)
@@ -1,3 +1,7 @@
+2007-05-28  Moises Martinez  <moises.martinez at nokia.com>
+
+	* src/hn-app-button.c: Yet another attachment.
+
 2007-05-28  Johan Bilien  <johan.bilien at nokia.com>
 
 	* libhildondesktop/hildon-home-titlebar.c:

Modified: projects/haf/trunk/hildon-desktop/src/hn-app-button.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-05-28 15:20:11 UTC (rev 11915)
+++ projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-05-28 15:42:29 UTC (rev 11916)
@@ -408,6 +408,10 @@
 
   menu = gtk_menu_new ();
 
+  gtk_menu_attach_to_widget (GTK_MENU (menu), 
+		  	     GTK_WIDGET (app_button),
+			     NULL);
+
   children = hd_entry_info_get_children (info);
   for (l = children; l != NULL; l = l->next)
     {


More information about the maemo-commits mailing list