[maemo-commits] [maemo-commits] r9359 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jan 26 10:14:47 EET 2007
Author: jobi
Date: 2007-01-26 10:14:46 +0200 (Fri, 26 Jan 2007)
New Revision: 9359

Modified:
   projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
   projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hn-others-button.c
Log:

2007-01-26  Johan Bilien  <johan.bilien at nokia.com>

	* src/hn-others-button.c: Fixed bottom orientation



Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2007-01-26 08:06:32 UTC (rev 9358)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2007-01-26 08:14:46 UTC (rev 9359)
@@ -1,5 +1,9 @@
 2007-01-26  Johan Bilien  <johan.bilien at nokia.com>
 
+	* src/hn-others-button.c: Fixed bottom orientation
+
+2007-01-26  Johan Bilien  <johan.bilien at nokia.com>
+
 	* src/hn-others-button.c: Forgot a break statement
 
 2007-01-25  Johan Bilien  <johan.bilien at nokia.com>

Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hn-others-button.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hn-others-button.c	2007-01-26 08:06:32 UTC (rev 9358)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hn-others-button.c	2007-01-26 08:14:46 UTC (rev 9359)
@@ -791,7 +791,7 @@
         break;
     case HILDON_DESKTOP_PANEL_WINDOW_ORIENTATION_BOTTOM:
         *x = button->allocation.x;
-        *y = workarea.y + workarea.width - req.height;
+        *y = workarea.y + workarea.height - req.height;
         break;
     default:
         g_assert_not_reached ();


More information about the maemo-commits mailing list