[Xfce4-commits] [xfce/exo] 01/01: Fix issues with displaying icon view contents (bug #14737)
noreply at xfce.org
noreply at xfce.org
Sat Oct 5 11:33:34 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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/exo.
commit 2fa107272265b2ee1da4e39ab3c59e58a9a98436
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Oct 5 05:33:27 2019 -0400
Fix issues with displaying icon view contents (bug #14737)
---
exo/exo-icon-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index 060f14f..b392575 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -1767,7 +1767,7 @@ exo_icon_view_get_preferred_width (GtkWidget *widget,
GList *lp;
/* well, this is easy */
- *natural_width = priv->width;
+ *minimal_width = *natural_width = priv->width;
/* handle the child widgets */
for (lp = priv->children; lp != NULL; lp = lp->next)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list