[Xfce4-commits] [xfce/thunar] 01/01: Fix undo logic on rename dialog (Bug #14987)

noreply at xfce.org noreply at xfce.org
Fri Dec 28 00:41:07 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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit 16b814ec3c7ed71935a284687cea73f117415551
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