[nautilus] Always show icon in application launchers
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Always show icon in application launchers
- Date: Mon, 21 May 2012 18:21:12 +0000 (UTC)
commit f02cafd90da4811ad1275d042ecfb62922bc0b26
Author: William Jon McCann <jmccann redhat com>
Date: Sun May 20 12:02:41 2012 -0400
Always show icon in application launchers
https://bugzilla.gnome.org/show_bug.cgi?id=676120
configure.in | 2 +-
src/nautilus-x-content-bar.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2438922..c1cb00b 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl ===========================================================================
m4_define(glib_minver, 2.31.9)
m4_define(gnome_desktop_minver, 3.0.0)
m4_define(pango_minver, 1.28.3)
-m4_define(gtk_minver, 3.3.17)
+m4_define(gtk_minver, 3.5.3)
m4_define(xml_minver, 2.7.8)
m4_define(exif_minver, 0.6.20)
m4_define(exempi_minver, 2.1.0)
diff --git a/src/nautilus-x-content-bar.c b/src/nautilus-x-content-bar.c
index dbfdf61..71efe00 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]