[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix DND between external plugins (Bug #13687)

noreply at xfce.org noreply at xfce.org
Tue Jun 27 21:22:24 CEST 2017


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

o   c   h   o   s   i       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/xfce4-panel.

commit b3ccde3fc444a4f590574e24c0f7fdce8e6aaf17
Author: Peter de Ridder <peter at xfce.org>
Date:   Tue Jun 27 20:07:25 2017 +0200

    Fix DND between external plugins (Bug #13687)
    
    Refrain from registering the XdndAware Atom to not let GtkSocket proxy
    the DND but instead let the application handle it.
---
 wrapper/wrapper-plug.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index 9bad4d2..6dde8c9 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -133,6 +133,8 @@ wrapper_plug_init (WrapperPlug *plug)
   gtk_style_context_add_class (context, "panel");
   gtk_style_context_add_class (context, "xfce4-panel");
 #endif
+
+  gtk_drag_dest_unset (GTK_WIDGET (plug));
 }
 
 

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


More information about the Xfce4-commits mailing list