[Xfce4-commits] [xfce/xfdesktop] 01/01: windowlist: Fix ellipsizing	(Bug # 15851)
    noreply at xfce.org 
    noreply at xfce.org
       
    Tue Aug 20 04:05:40 CEST 2019
    
    
  
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       m   a   s   t   e   r   
   in repository xfce/xfdesktop.
commit 23545d3adbaba69cfad7f1182b245eb2946cbc39
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