[Xfce4-commits] [apps/catfish] 01/01: Fix context menu not opening after shift/ctrl key by connecting correct key-release-event (bug #14621, #14743, #14999)

noreply at xfce.org noreply at xfce.org
Sun Jan 20 04:11:18 CET 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   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 apps/catfish.

commit 5fc25f6f97c04ab6e4676d145490229b5380189a
Author: frankzz <frankzz at noreply.xxxxxxxx>
Date:   Fri Jan 18 11:13:14 2019 +0100

    Fix context menu not opening after shift/ctrl key by connecting correct key-release-event (bug #14621, #14743, #14999)
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 data/ui/CatfishWindow.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/ui/CatfishWindow.ui b/data/ui/CatfishWindow.ui
index 73820c1..0983b82 100644
--- a/data/ui/CatfishWindow.ui
+++ b/data/ui/CatfishWindow.ui
@@ -470,7 +470,7 @@
     <property name="icon_name">catfish</property>
     <signal name="configure-event" handler="on_catfish_window_configure_event" swapped="no"/>
     <signal name="key-press-event" handler="on_catfish_window_key_press_event" swapped="no"/>
-    <signal name="key-release-event" handler="on_catfish_window_key_press_event" swapped="no"/>
+    <signal name="key-release-event" handler="on_catfish_window_key_release_event" swapped="no"/>
     <signal name="size-allocate" handler="on_catfish_window_size_allocate" swapped="no"/>
     <signal name="window-state-event" handler="on_catfish_window_window_state_event" swapped="no"/>
     <child>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list