diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-05-20 12:02:41 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2012-05-21 14:20:47 -0400 |
commit | f02cafd90da4811ad1275d042ecfb62922bc0b26 (patch) | |
tree | 0ffe5a807eda150579626b5e2479e8957fb8a909 /src/nautilus-x-content-bar.c | |
parent | 631a0704ed6673636f51c3872f42c1a704874802 (diff) | |
download | nautilus-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.c | 1 |
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); } |