>From 549c8a3652b589a5d177c0cc409a1aeed1726ec7 Mon Sep 17 00:00:00 2001
From: A. Walton <[email protected]>
Date: Mon, 28 Dec 2009 04:27:59 -0500
Subject: [PATCH] Use the correct icon for autorunning Open Folder
According to the HIG, this icon should be 'folder-open'.
This closes Launchpad bug #453837.
---
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 8bf6743..df9e3f3 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);
--
1.6.3.3
--
Nautilus icon is used for 'Open Folder' in File Management Preferences
https://bugs.launchpad.net/bugs/453837
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs