[maemo-commits] [maemo-commits] r8520 - in projects/haf/trunk/maemo-af-desktop: . debian hildon-navigator
From: www-data at stage.maemo.org www-data at stage.maemo.orgDate: Thu Nov 30 18:56:15 EET 2006
- Previous message: [maemo-commits] r8519 - projects/haf/branches/hildon-fm/1.x/hildon-fm
- Next message: [maemo-commits] r8521 - projects/haf/tags/maemo-af-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2006-11-30 18:56:13 +0200 (Thu, 30 Nov 2006) New Revision: 8520 Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog projects/haf/trunk/maemo-af-desktop/configure.ac projects/haf/trunk/maemo-af-desktop/debian/changelog projects/haf/trunk/maemo-af-desktop/hildon-navigator/hn-wm.c Log: 2006-11-30 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 2.9.99.13 Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog =================================================================== --- projects/haf/trunk/maemo-af-desktop/ChangeLog 2006-11-30 16:49:21 UTC (rev 8519) +++ projects/haf/trunk/maemo-af-desktop/ChangeLog 2006-11-30 16:56:13 UTC (rev 8520) @@ -1,3 +1,7 @@ +2006-11-30 Johan Bilien <johan.bilien at nokia.com> + + * configure.ac: 2.9.99.13 + 2006-11-30 Moises Martinez <moises.martinzes at nokia.com> * hildon-navigator/hn-wm.c Modified: projects/haf/trunk/maemo-af-desktop/configure.ac =================================================================== --- projects/haf/trunk/maemo-af-desktop/configure.ac 2006-11-30 16:49:21 UTC (rev 8519) +++ projects/haf/trunk/maemo-af-desktop/configure.ac 2006-11-30 16:56:13 UTC (rev 8520) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(maemo-af-desktop, 2.9.99.12) +AM_INIT_AUTOMAKE(maemo-af-desktop, 2.9.99.13) AM_CONFIG_HEADER(config.h) AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug],[Debug (default=no)])], Modified: projects/haf/trunk/maemo-af-desktop/debian/changelog =================================================================== --- projects/haf/trunk/maemo-af-desktop/debian/changelog 2006-11-30 16:49:21 UTC (rev 8519) +++ projects/haf/trunk/maemo-af-desktop/debian/changelog 2006-11-30 16:56:13 UTC (rev 8520) @@ -1,3 +1,14 @@ +maemo-af-desktop (2.9.99.13-1) unstable; urgency=low + + * hildon-navigator/hn-wm.c + * hildon-navigator/hn-app-button.c: + - Set the focus properly. + + * hildon-home/hildon-home-applet.c: unref the close button and + resize handler pixmaps. Fixes: NB#48743 + + -- Johan Bilien <johan.bilien at nokia.com> Thu, 30 Nov 2006 18:47:03 +0200 + maemo-af-desktop (2.9.99.12-1) unstable; urgency=low * hildon-home/background-manager.c: Revert to plain color Modified: projects/haf/trunk/maemo-af-desktop/hildon-navigator/hn-wm.c =================================================================== --- projects/haf/trunk/maemo-af-desktop/hildon-navigator/hn-wm.c 2006-11-30 16:49:21 UTC (rev 8519) +++ projects/haf/trunk/maemo-af-desktop/hildon-navigator/hn-wm.c 2006-11-30 16:56:13 UTC (rev 8520) @@ -1283,7 +1283,6 @@ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE); g_signal_emit_by_name(button, "toggled"); } - hnwm.has_focus = TRUE; } }
- Previous message: [maemo-commits] r8519 - projects/haf/branches/hildon-fm/1.x/hildon-fm
- Next message: [maemo-commits] r8521 - projects/haf/tags/maemo-af-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]