[Xfce4-commits] [xfce/xfce4-panel] 01/01: launcher: Make sure the appropriate icon size is used

noreply at xfce.org noreply at xfce.org
Wed Jan 3 10:58:49 CET 2018


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

o   c   h   o   s   i       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/xfce4-panel.

commit 7f6b708571bceec2e9ed86022fdbc211607fc542
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Jan 3 10:58:20 2018 +0100

    launcher: Make sure the appropriate icon size is used
---
 plugins/launcher/launcher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index f35eea4..0ad4791 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1773,7 +1773,7 @@ launcher_plugin_button_update (LauncherPlugin *plugin)
           else {
             gtk_image_set_from_icon_name (GTK_IMAGE (plugin->child), icon_name,
                                           icon_size);
-            gtk_image_set_pixel_size (GTK_IMAGE (plugin->child), 16);
+            gtk_image_set_pixel_size (GTK_IMAGE (plugin->child), icon_size);
           }
         }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list