[maemo-commits] [maemo-commits] r13268 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 16 18:07:07 EEST 2007
Author: lucasr
Date: 2007-08-16 18:07:05 +0300 (Thu, 16 Aug 2007)
New Revision: 13268

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c
Log:
2007-08-16  Lucas Rocha  <lucas.rocha at nokia.com>

	* libhildondesktop/hildon-desktop-popup-menu.c
	(hildon_desktop_popup_menu_constructor): invert the order of the
	scrolling buttons. Fixes NB#65948.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-16 14:50:44 UTC (rev 13267)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-16 15:07:05 UTC (rev 13268)
@@ -1,5 +1,11 @@
 2007-08-16  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* libhildondesktop/hildon-desktop-popup-menu.c
+	(hildon_desktop_popup_menu_constructor): invert the order of the
+	scrolling buttons. Fixes NB#65948.
+
+2007-08-16  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	* libhildondesktop/hildon-desktop-popup-window.c: handle delete_event
 	on extra panes in order to avoid them to be destroyed by a
 	gdk_close_all_temporary_windows() call.

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c	2007-08-16 14:50:44 UTC (rev 13267)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-menu.c	2007-08-16 15:07:05 UTC (rev 13268)
@@ -260,11 +260,11 @@
                     (gpointer)menu);		    
 
   gtk_box_pack_start (GTK_BOX (menu->priv->box_buttons),
-		      menu->priv->scroll_down,
+		      menu->priv->scroll_up,
 		      TRUE, TRUE, 0);
   
   gtk_box_pack_start (GTK_BOX (menu->priv->box_buttons),
-		      menu->priv->scroll_up,
+		      menu->priv->scroll_down,
 		      TRUE, TRUE, 0);
   
   gtk_widget_show (menu->priv->scroll_down);


More information about the maemo-commits mailing list