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

andre pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfdesktop.

commit f692bceb1ce7ce75c29e67b637a61abe46ec4b0f
Author: Andre Miranda <andre...@xfce.org>
Date:   Mon Aug 19 23:04:40 2019 -0300

    windowlist: Fix ellipsizing (Bug # 15851)
---
 src/windowlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/windowlist.c b/src/windowlist.c
index 5b7c030..da14f7d 100644
--- a/src/windowlist.c
+++ b/src/windowlist.c
@@ -143,7 +143,7 @@ menulist_set_label_flags(GtkWidget *widget, gpointer data)
         *done = TRUE;
     } else if(GTK_IS_CONTAINER (widget)) {
         gtk_container_forall(GTK_CONTAINER (widget), menulist_set_label_flags,
-                             &done);
+                             done);
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to