[Xfce4-commits] [xfce/xfdesktop] 01/03: windowlist: Fix ellipsizing (Bug # 15851)

noreply at xfce.org noreply at xfce.org
Mon Jan 13 00:17:33 CET 2020


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

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       x   f   c   e   -   4   .   1   4   
   in repository xfce/xfdesktop.

commit f692bceb1ce7ce75c29e67b637a61abe46ec4b0f
Author: Andre Miranda <andreldm at 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.


More information about the Xfce4-commits mailing list