[cheese/netbook-mode] widemode: disable super+w accelerator
- From: Filippo Argiolas <fargiolas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [cheese/netbook-mode] widemode: disable super+w accelerator
- Date: Mon, 10 Aug 2009 16:28:25 +0000 (UTC)
commit c21587dbe4cdcc0a682f6b188a924041ad8043dc
Author: Filippo Argiolas <filippo argiolas gmail com>
Date: Mon Aug 10 18:26:46 2009 +0200
widemode: disable super+w accelerator
Doesn't work here, it seems to discard the Super modifier. Disable it
while looking for a better shortcut. Not sure it's even needed given
it is not a so common action.
src/cheese-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cheese-window.c b/src/cheese-window.c
index 810f82b..f3fe6cf 100644
--- a/src/cheese-window.c
+++ b/src/cheese-window.c
@@ -1575,7 +1575,7 @@ static const GtkToggleActionEntry action_entries_fullscreen[] = {
};
static const GtkToggleActionEntry action_entries_wide_mode[] = {
- {"WideMode", NULL, N_("_Wide mode"), "<Super>W", NULL, G_CALLBACK (cheese_window_toggle_wide_mode), FALSE},
+ {"WideMode", NULL, N_("_Wide mode"), NULL, NULL, G_CALLBACK (cheese_window_toggle_wide_mode), FALSE},
};
static const GtkRadioActionEntry action_entries_toggle[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]