[maemo-commits] [maemo-commits] r14427 - in projects/haf/trunk/hildon-desktop: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Oct 11 16:00:36 EEST 2007
- Previous message: [maemo-commits] r14426 - in projects/haf/trunk/hildon-desktop: . libhildonwm src
- Next message: [maemo-commits] r14428 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-10-11 16:00:34 +0300 (Thu, 11 Oct 2007) New Revision: 14427 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/configure.ac projects/haf/trunk/hildon-desktop/debian/changelog Log: 2007-10-11 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 0.0.45 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-11 12:59:20 UTC (rev 14426) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-11 13:00:34 UTC (rev 14427) @@ -1,5 +1,9 @@ 2007-10-11 Johan Bilien <johan.bilien at nokia.com> + * configure.ac: 0.0.45 + +2007-10-11 Johan Bilien <johan.bilien at nokia.com> + * libhildonwm/hd-wm-window.c (hd_wm_window_finalize): do not return when the window is hibernating. We do destroy windows which are hibernating when an application has not Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2007-10-11 12:59:20 UTC (rev 14426) +++ projects/haf/trunk/hildon-desktop/configure.ac 2007-10-11 13:00:34 UTC (rev 14427) @@ -1,6 +1,6 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-desktop, 0.0.44) +AM_INIT_AUTOMAKE(hildon-desktop, 0.0.45) AM_CONFIG_HEADER(config.h) Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2007-10-11 12:59:20 UTC (rev 14426) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2007-10-11 13:00:34 UTC (rev 14427) @@ -1,3 +1,32 @@ +hildon-desktop (1:0.0.45-1) sardine; urgency=low + + * libhildonwm/hd-wm-window.c (hd_wm_window_finalize): + do not return when the window is hibernating. We do destroy + windows which are hibernating when an application has not + set up its WINDOW_ROLE, in which case all its windows have the + same hibernation key. + * src/hd-switcher-menu.c: do not check urgency of hibernating windows + * src/hn-app-switcher.c: do not check urgency and icon geometry + of hibernated window. + Fixes: NB#72572 + + * libhildonwm/hd-wm.c (hd_wm_prepare_close_application_dialog): + plugged the leak of an X property + + * debian/config/notification-groups.conf: update notification group + configuration file with correct e-mail notification group callback. + + * src/hd-applications-menu.c (hd_applications_menu_activate_app): + plugged the leak of a string vector + + * libhildonwm/hd-wm-window.c (hd_wm_win_info_get_window_name): Fixed + the leak of a string + + * libhildonwm/hd-keys.c: (hd_keys_handle_keypress): + - Trap possible X errors. Fixes potential crash. + + -- Johan Bilien <johan.bilien at nokia.com> Thu, 11 Oct 2007 16:00:17 +0300 + hildon-desktop (1:0.0.44-1) sardine; urgency=low * libhildonwm/hd-wm-window.c: call gdk_flush before checking for
- Previous message: [maemo-commits] r14426 - in projects/haf/trunk/hildon-desktop: . libhildonwm src
- Next message: [maemo-commits] r14428 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]