[Xfce4-commits] [xfce/xfce4-panel] 43/73: Do not use widget snapshot as tasklist draw icon
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:24 CET 2017
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 18ae3825a3ad846d5849b47a6d86dd1a2e4988fd
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 0dd5226..a032d44 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -3091,7 +3091,9 @@ xfce_tasklist_button_drag_begin (GtkWidget *button,
#if 0
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