[maemo-commits] [maemo-commits] r14113 - in projects/haf/trunk/hildon-desktop: . libhildonwm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 26 16:25:09 EEST 2007
- Previous message: [maemo-commits] r14112 - in projects/haf/trunk/hildon-input-method: . src
- Next message: [maemo-commits] r14114 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-09-26 16:25:07 +0300 (Wed, 26 Sep 2007) New Revision: 14113 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.h Log: 2007-09-26 Moises Martinez <moises.martinez at nokia.com> * libhildonwm/hd-keys.c: (hd_keys_action_close): * libhildonwm/hd-keys.h: - New gconf key for shorcuts. * ChangeLog updated. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-26 12:51:35 UTC (rev 14112) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-26 13:25:07 UTC (rev 14113) @@ -1,5 +1,11 @@ 2007-09-26 Moises Martinez <moises.martinez at nokia.com> + * libhildonwm/hd-keys.c: (hd_keys_action_close): + * libhildonwm/hd-keys.h: + - New gconf key for shorcuts. + +2007-09-26 Moises Martinez <moises.martinez at nokia.com> + * src/hd-panel-window-dialog.c: (hd_panel_window_dialog_constructor): - If using old titlebar MB dirty-hack, never hide statusbar. Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c 2007-09-26 12:51:35 UTC (rev 14112) +++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c 2007-09-26 13:25:07 UTC (rev 14113) @@ -114,12 +114,14 @@ hd_keys_action_close (HDKeysConfig *keys, gpointer *user_data) { +#if 0 HDWMWindow * win = hd_wm_get_active_window(); if (win) hd_wm_window_close (win); else g_warning ("No active window set"); +#endif } static void Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.h =================================================================== --- projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.h 2007-09-26 12:51:35 UTC (rev 14112) +++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.h 2007-09-26 13:25:07 UTC (rev 14113) @@ -94,7 +94,7 @@ } HDKeyShortcut; -#define HD_KEYS_GCONF_PATH "/system/osso/af/keybindings" +#define HD_KEYS_GCONF_PATH "/apps/osso/keybindings" GType hd_keys_config_get_type (void);
- Previous message: [maemo-commits] r14112 - in projects/haf/trunk/hildon-input-method: . src
- Next message: [maemo-commits] r14114 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]