[nautilus/gnome-2-32: 226/283] Use the correct icon for autorunning Open Folder
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-2-32: 226/283] Use the correct icon for autorunning Open Folder
- Date: Thu, 12 Aug 2010 11:23:02 +0000 (UTC)
commit b75ca70e1a79bbb8a36635e09c7a1c33170e47ac
Author: A. Walton <awalton gnome org>
Date: Sun Jul 4 16:04:56 2010 -0400
Use the correct icon for autorunning Open Folder
According to the HIG, this icon should be 'folder-open'.
This closes GNOME bug #608060.
libnautilus-private/nautilus-autorun.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-autorun.c b/libnautilus-private/nautilus-autorun.c
index 0760622..9b2c58f 100644
--- a/libnautilus-private/nautilus-autorun.c
+++ b/libnautilus-private/nautilus-autorun.c
@@ -526,7 +526,7 @@ nautilus_autorun_prepare_combo_box (GtkWidget *combo_box,
gtk_list_store_append (list_store, &iter);
pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
- "nautilus",
+ "folder-open",
icon_size,
0,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]