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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 19 18:03:52 EEST 2007
Author: moimart
Date: 2007-09-19 18:03:51 +0300 (Wed, 19 Sep 2007)
New Revision: 13925

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

        * src/hd-switcher-menu.c: (hd_switcher_create_external_window):
        - Fixed size for deattached button. Fixes: NB#70344
	* ChangeLog updated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-19 14:41:57 UTC (rev 13924)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-19 15:03:51 UTC (rev 13925)
@@ -1,3 +1,8 @@
+2007-09-19  Moises Martinez  <moises.martinez at nokia.com>
+
+	* src/hd-switcher-menu.c: (hd_switcher_create_external_window):
+	- Fixed size for deattached button. Fixes: NB#70344
+
 2007-09-18  Moises Martinez  <moises.martinez at nokia.com>
 
 	* src/hd-panel-window-dialog.c:

Modified: projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c	2007-09-19 14:41:57 UTC (rev 13924)
+++ projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c	2007-09-19 15:03:51 UTC (rev 13925)
@@ -1195,8 +1195,8 @@
   switcher->priv->window_dialog =
     GTK_WIDGET (g_object_new (HILDON_DESKTOP_TYPE_PANEL_WINDOW_DIALOG,
                               "x", 0,
-                              "y", gdk_screen_height () - AS_BUTTON_HEIGHT * 2,
-                              "width", GTK_WIDGET (switcher)->allocation.width,
+                              "y", gdk_screen_height () - GTK_WIDGET (switcher)->allocation.height,
+                              "width", GTK_WIDGET (switcher)->allocation.height,
                               "height", AS_BUTTON_HEIGHT*2,
                               "move", TRUE,
                               "use-old-titlebar", FALSE,


More information about the maemo-commits mailing list