[maemo-commits] [maemo-commits] r13432 - in projects/haf/branches/hildon-control-panel/refactoring: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Aug 28 15:01:26 EEST 2007
- Previous message: [maemo-commits] r13431 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r13433 - in projects/haf/trunk/hildon-home-webshortcut: . plugin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-28 15:01:22 +0300 (Tue, 28 Aug 2007) New Revision: 13432 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c Log: 2007-08-28 Lucas Rocha <lucas.rocha at nokia.com> * src/hcp-window.c: add accel group to menu in order to make it be handled accordingly depending on GTK+ settings. Fixes NB#61112. Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-08-28 11:30:50 UTC (rev 13431) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-08-28 12:01:22 UTC (rev 13432) @@ -1,3 +1,8 @@ +2007-08-28 Lucas Rocha <lucas.rocha at nokia.com> + + * src/hcp-window.c: add accel group to menu in order to make it be + handled accordingly depending on GTK+ settings. Fixes NB#61112. + 2007-08-24 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: release 1.9.6 Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c 2007-08-28 11:30:50 UTC (rev 13431) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c 2007-08-28 12:01:22 UTC (rev 13432) @@ -858,6 +858,7 @@ /* Close */ accel_group = gtk_accel_group_new (); gtk_window_add_accel_group (GTK_WINDOW (window), accel_group); + gtk_window_add_accel_group (GTK_WINDOW (menu), accel_group); mi = gtk_menu_item_new_with_label (HCP_MENU_CLOSE);
- Previous message: [maemo-commits] r13431 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r13433 - in projects/haf/trunk/hildon-home-webshortcut: . plugin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]