summaryrefslogtreecommitdiff
path: root/thunar/thunar-history.c
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2015-02-27 08:57:19 -0600
committerHarald Judt <h.judt@gmx.at>2015-02-28 13:05:30 +0100
commiteaeb66a587de0e9cc79c3ff902949877eedf6d32 (patch)
treed65206e4a53f995f847b512b69652f1423ac84fe /thunar/thunar-history.c
parentb94c3f87435b7d6e9ad6dae524253e6f2fd57f3d (diff)
downloadthunar-eaeb66a587de0e9cc79c3ff902949877eedf6d32.tar.gz
Fix some GTK_STOCK icon usages resulting in missing icons (bug #11608)
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'thunar/thunar-history.c')
-rw-r--r--thunar/thunar-history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-history.c b/thunar/thunar-history.c
index ded855ca..c6dbb82e 100644
--- a/thunar/thunar-history.c
+++ b/thunar/thunar-history.c
@@ -661,7 +661,7 @@ thunar_history_show_menu (GtkAction *action,
else if (thunar_g_file_is_root (lp->data))
icon_name = "drive-harddisk";
else
- icon_name = GTK_STOCK_DIRECTORY;
+ icon_name = "folder";
image = gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_MENU);
}