[Xfce4-commits] [xfce/xfce4-panel] 01/01: Do not use widget snapshot as tasklist draw icon

noreply at xfce.org noreply at xfce.org
Wed Jul 8 00:08:28 CEST 2015


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

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 8dc83f507d7340fa46c5b8927e5b320c5595fb7d
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date:   Fri Feb 20 21:26:24 2015 +0100

    Do not use widget snapshot as tasklist draw icon
---
 plugins/tasklist/tasklist-widget.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index d596813..53174a9 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -3029,7 +3029,9 @@ xfce_tasklist_button_drag_begin (GtkWidget         *button,
 
   if (child->tasklist->show_labels)
     {
-      pixmap = gtk_widget_get_snapshot (button, NULL);
+      /* FIXME Triggers specific repaint error (bug 11283) */
+      //pixmap = gtk_widget_get_snapshot (button, NULL);
+      pixmap = NULL;
       if (pixmap != NULL)
         {
           gtk_drag_set_icon_pixmap (context,

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


More information about the Xfce4-commits mailing list