[Xfce4-commits] [xfce/xfdesktop] 01/01: Display correct icon size of minimized apps (Bug #8951)
noreply at xfce.org
noreply at xfce.org
Mon Jul 8 16:24:21 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 58bf697484a75f7bf47002912d532a958a75ef1f
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Mon Jul 8 11:20:32 2019 -0300
Display correct icon size of minimized apps (Bug #8951)
---
src/xfdesktop-icon-view.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index 60cfea7..ab185e4 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -4263,6 +4263,9 @@ xfdesktop_icon_view_set_icon_size(XfdesktopIconView *icon_view,
{
g_return_if_fail(XFDESKTOP_IS_ICON_VIEW(icon_view));
+ /* Choose the correct icon based on it size */
+ wnck_set_default_icon_size (icon_size);
+
if(icon_size == icon_view->priv->icon_size)
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list