[Xfce4-commits] <xfce4-places-plugin:master> Use xdg icon names
Andrzej
noreply at xfce.org
Sat Sep 1 19:24:01 CEST 2012
Updating branch refs/heads/master
to 29577cda7740d7e224e542b4c56629e51e13d5cd (commit)
from a09dac190fcb17d963f7d49af16a638d54216b27 (commit)
commit 29577cda7740d7e224e542b4c56629e51e13d5cd
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date: Fri Aug 31 22:33:20 2012 +0200
Use xdg icon names
panel-plugin/model_system.c | 2 +-
panel-plugin/places.desktop.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/model_system.c b/panel-plugin/model_system.c
index f0186bd..aa11aa5 100644
--- a/panel-plugin/model_system.c
+++ b/panel-plugin/model_system.c
@@ -204,7 +204,7 @@ pbsys_get_bookmarks(PlacesBookmarkGroup *bookmark_group)
/* File System (/) */
bookmark = places_bookmark_create(_("File System"));
bookmark->uri = "/";
- bookmark->icon = g_themed_icon_new("gtk-harddisk");
+ bookmark->icon = g_themed_icon_new("drive-harddisk");
terminal = places_create_open_terminal_action(bookmark);
bookmark->actions = g_list_prepend(bookmark->actions, terminal);
diff --git a/panel-plugin/places.desktop.in b/panel-plugin/places.desktop.in
index 772cef8..a3212bd 100644
--- a/panel-plugin/places.desktop.in
+++ b/panel-plugin/places.desktop.in
@@ -2,6 +2,6 @@
Type=X-XFCE-PanelPlugin
_Name=Places
_Comment=Access folders, documents, and removable media
-Icon=file-manager
+Icon=system-file-manager
X-XFCE-Module=places
X-XFCE-Unique=FALSE
More information about the Xfce4-commits
mailing list