[Xfce4-commits] [xfce/thunar] 01/01: Fix undo logic on rename dialog (Bug #14987)
noreply at xfce.org
noreply at xfce.org
Thu Dec 27 01:53:47 CET 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 6c8ec358d284d37dcc7bbd36d7e948aa3b409852
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Dec 26 21:52:54 2018 -0300
Fix undo logic on rename dialog (Bug #14987)
---
thunar/thunar-dialogs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 07f6c2e..0083bdc 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -894,7 +894,7 @@ static gboolean thunar_dialogs_entry_undo (GtkWidget *widget,
guint keyval;
GdkModifierType state;
- if (G_UNLIKELY (!gdk_event_get_keyval (event, &keyval) &&
+ if (G_UNLIKELY (!gdk_event_get_keyval (event, &keyval) ||
!gdk_event_get_state (event, &state)))
return GDK_EVENT_PROPAGATE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list