Updating branch refs/heads/master
         to 1df6a901485bd92319d2332c8e81a88a27f5bbb7 (commit)
       from 44cc46cdbb60dd6d3ba450f38121b9a6aad85c2a (commit)

commit 1df6a901485bd92319d2332c8e81a88a27f5bbb7
Author: Nick Schermer <[email protected]>
Date:   Wed Sep 26 21:35:43 2012 +0200

    Fix icon size for templates in the menu.

 thunar/thunar-templates-action.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-templates-action.c b/thunar/thunar-templates-action.c
index 0951c81..b40aab7 100644
--- a/thunar/thunar-templates-action.c
+++ b/thunar/thunar-templates-action.c
@@ -376,7 +376,7 @@ thunar_templates_action_files_ready (ThunarJob             
*job,
       /* determine the icon for this file/directory */
       icon = thunar_icon_factory_load_file_icon (icon_factory, file,
                                                  
THUNAR_FILE_ICON_STATE_DEFAULT,
-                                                 GTK_ICON_SIZE_MENU);
+                                                 16);
 
       /* allocate an image based on the icon */
       image = gtk_image_new_from_pixbuf (icon);
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to