[evolution] I#788 - ENameSelectorList: Disable shortcut to show its popup
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#788 - ENameSelectorList: Disable shortcut to show its popup
- Date: Fri, 14 Feb 2020 10:50:30 +0000 (UTC)
commit 35a19c9b8f05e6c8e4ebd35df854a927311023bc
Author: Milan Crha <mcrha redhat com>
Date: Fri Feb 14 11:52:10 2020 +0100
I#788 - ENameSelectorList: Disable shortcut to show its popup
Closes https://gitlab.gnome.org/GNOME/evolution/issues/788
src/e-util/e-name-selector-list.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/src/e-util/e-name-selector-list.c b/src/e-util/e-name-selector-list.c
index 4396225d04..cf621b8687 100644
--- a/src/e-util/e-name-selector-list.c
+++ b/src/e-util/e-name-selector-list.c
@@ -289,13 +289,14 @@ enl_entry_key_press_event (ENameSelectorList *list,
GdkEventKey *event,
gpointer dummy)
{
- ENameSelectorEntry *entry;
- EDestinationStore *store;
+ /* Disabled for now, see https://gitlab.gnome.org/GNOME/evolution/issues/788 */
+ /*if ( (event->state & GDK_CONTROL_MASK) && (event->keyval == GDK_KEY_Down)) {
+ ENameSelectorEntry *entry;
+ EDestinationStore *store;
- entry = E_NAME_SELECTOR_ENTRY (list);
- store = e_name_selector_entry_peek_destination_store (entry);
+ entry = E_NAME_SELECTOR_ENTRY (list);
+ store = e_name_selector_entry_peek_destination_store (entry);
- if ( (event->state & GDK_CONTROL_MASK) && (event->keyval == GDK_KEY_Down)) {
enl_popup_position (list);
gtk_widget_show_all (GTK_WIDGET (list->priv->popup));
enl_popup_grab (list, (GdkEvent *) event);
@@ -303,7 +304,8 @@ enl_entry_key_press_event (ENameSelectorList *list,
enl_popup_size (list);
enl_tree_select_node (list, 1);
return TRUE;
- }
+ }*/
+
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]