[Xfce4-commits] <thunar:master> Fix icon size for templates in the menu.

Nick Schermer noreply at xfce.org
Wed Sep 26 21:42:01 CEST 2012


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

commit 1df6a901485bd92319d2332c8e81a88a27f5bbb7
Author: Nick Schermer <nick at xfce.org>
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);


More information about the Xfce4-commits mailing list