[maemo-commits] [maemo-commits] r14316 - in projects/haf/trunk/hildon-desktop: . libhildonwm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 4 13:18:29 EEST 2007
Author: jobi
Date: 2007-10-04 13:18:27 +0300 (Thu, 04 Oct 2007)
New Revision: 14316

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c
Log:

2007-10-04  Johan Bilien  <johan.bilien at nokia.com>

	* libhildonwm/hd-wm-window.c: the icons we should accept
	are 64x54, not 40x40. Fixes: NB#71511



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-04 08:27:57 UTC (rev 14315)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-04 10:18:27 UTC (rev 14316)
@@ -1,5 +1,10 @@
 2007-10-04  Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildonwm/hd-wm-window.c: the icons we should accept
+	are 64x54, not 40x40. Fixes: NB#71511
+
+2007-10-04  Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildondesktop/hildon-desktop-home-item.c
 	(hildon_desktop_home_item_propagate_button_event): when forwarding
 	button-release events, lookup for the child window using the

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c	2007-10-04 08:27:57 UTC (rev 14315)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c	2007-10-04 10:18:27 UTC (rev 14316)
@@ -592,7 +592,7 @@
 
       hd_wm_debug("got w:%i, h:%im offset is %i\n", w, h, offset);
 
-      if (w == 40 && h == 40)
+      if (w == 64 && h == 54)
 	break;
 
       offset += ((w*h) + 2);


More information about the maemo-commits mailing list