[gthumb] shortcut preferences: fixed key collision check
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] shortcut preferences: fixed key collision check
- Date: Sun, 24 Nov 2019 12:35:19 +0000 (UTC)
commit 4d179f500d8879ae1586f7795612422237989ea3
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Nov 20 16:28:24 2019 +0100
shortcut preferences: fixed key collision check
gthumb/gth-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gthumb/gth-window.c b/gthumb/gth-window.c
index ffe11b5d..dd986d36 100644
--- a/gthumb/gth-window.c
+++ b/gthumb/gth-window.c
@@ -997,7 +997,7 @@ gth_window_can_change_shortcut (GthWindow *window,
return TRUE;
shortcut = gth_shortcut_array_find (gth_window_get_shortcuts (window ),
- GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER,
+ context,
keycode,
modifiers);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]