summaryrefslogtreecommitdiff
path: root/src/nautilus-x-content-bar.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-05-20 12:02:41 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-05-21 14:20:47 -0400
commitf02cafd90da4811ad1275d042ecfb62922bc0b26 (patch)
tree0ffe5a807eda150579626b5e2479e8957fb8a909 /src/nautilus-x-content-bar.c
parent631a0704ed6673636f51c3872f42c1a704874802 (diff)
downloadnautilus-f02cafd90da4811ad1275d042ecfb62922bc0b26.tar.gz
Always show icon in application launchers
https://bugzilla.gnome.org/show_bug.cgi?id=676120
Diffstat (limited to 'src/nautilus-x-content-bar.c')
-rw-r--r--src/nautilus-x-content-bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-x-content-bar.c b/src/nautilus-x-content-bar.c
index dbfdf61a7..71efe006b 100644
--- a/src/nautilus-x-content-bar.c
+++ b/src/nautilus-x-content-bar.c
@@ -230,6 +230,7 @@ nautilus_x_content_bar_set_x_content_types (NautilusXContentBar *bar, const char
n);
gtk_button_set_image (GTK_BUTTON (button), image);
+ gtk_button_set_always_show_image (GTK_BUTTON (button), TRUE);
gtk_button_set_label (GTK_BUTTON (button), name);
gtk_widget_show (button);
}