[gnome-system-tools] Don't use deprecated gnome-fs-share



commit d4a1d67b3f66ef3d0c310eb6d063c81f13f69628
Author: Luca Ferretti <elle uca libero it>
Date:   Sat Aug 22 11:24:52 2009 +0200

    Don't use deprecated gnome-fs-share
    
    Replace occurences of gnome-fs-share named icon with folder-remote
    as per fd.o Icon Naming Spec

 src/shares/shares-tool.c        |    2 +-
 src/shares/shares.desktop.in.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/shares/shares-tool.c b/src/shares/shares-tool.c
index 3822c8a..8d8c1a0 100644
--- a/src/shares/shares-tool.c
+++ b/src/shares/shares-tool.c
@@ -237,6 +237,6 @@ gst_shares_tool_new (void)
 	return g_object_new (GST_TYPE_SHARES_TOOL,
 			     "name", "shares",
 			     "title", _("Shared Folders"),
-			     "icon", "gnome-fs-share",
+			     "icon", "folder-remote",
 			     NULL);
 }
diff --git a/src/shares/shares.desktop.in.in b/src/shares/shares.desktop.in.in
index 1aa5b69..f7ae178 100644
--- a/src/shares/shares.desktop.in.in
+++ b/src/shares/shares.desktop.in.in
@@ -3,7 +3,7 @@ Version=1.0
 _Name=Shared Folders
 _Comment=Configure which folders are available for your network neighborhood
 Exec=shares-admin
-Icon=gnome-fs-share
+Icon=folder-remote
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;System;Settings;X-GNOME-NetworkSettings;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]