[maemo-commits] [maemo-commits] r13031 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Aug 6 16:57:35 EEST 2007
- Previous message: [maemo-commits] r13030 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r13032 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-08-06 16:57:30 +0300 (Mon, 06 Aug 2007) New Revision: 13031 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c Log: 2007-08-06 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-desktop-home-item.c: do not create the resize window if resize_type == NONE Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-06 13:37:14 UTC (rev 13030) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-06 13:57:30 UTC (rev 13031) @@ -1,5 +1,10 @@ 2007-08-06 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-desktop-home-item.c: do not create + the resize window if resize_type == NONE + +2007-08-06 Johan Bilien <johan.bilien at nokia.com> + * src/hd-home-window.c: - handle some more errors from GdkPixbugLoader as corrupted images Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-08-06 13:37:14 UTC (rev 13030) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-08-06 13:57:30 UTC (rev 13031) @@ -686,7 +686,8 @@ attributes_mask); gdk_window_set_user_data (priv->event_window, widget); - if (priv->layout_mode_sucks) + if (priv->layout_mode_sucks && + priv->resize_type != HILDON_DESKTOP_HOME_ITEM_RESIZE_NONE) { if (priv->resize_handle) {
- Previous message: [maemo-commits] r13030 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r13032 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]