[Xfce4-commits] [xfce/xfdesktop] 01/01: Change icons in settings app

noreply at xfce.org noreply at xfce.org
Fri Mar 7 19:12:14 CET 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 2c357ee2b17d5438188be996cf482e45c051e7c5
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Fri Mar 7 21:09:11 2014 +0300

    Change icons in settings app
    
    Symbolic icons have issues with some gtk2 themes where they don't
    get colored properly. Additionally some themes don't have network-fs
    or gnome-dev-network so change to gtk-network.
---
 settings/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 6edfb65..2bc0566 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -380,11 +380,11 @@ setup_special_icon_list(GtkBuilder *gxml,
           DESKTOP_ICONS_SHOW_TRASH, TRUE },
         { N_("Removable Devices"), "drive-removable-media", "gnome-dev-removable",
           DESKTOP_ICONS_SHOW_REMOVABLE, TRUE },
-        { N_("Network Shares"), "network_fs", "gnome-dev-network",
+        { N_("Network Shares"), "gtk-network", "gnome-dev-network",
           DESKTOP_ICONS_SHOW_NETWORK_REMOVABLE, TRUE },
         { N_("Disks and Drives"), "drive-harddisk-usb", "gnome-dev-removable-usb",
           DESKTOP_ICONS_SHOW_DEVICE_REMOVABLE, TRUE },
-        { N_("Other Devices"), "phone-symbolic", "phone",
+        { N_("Other Devices"), "multimedia-player" "phone",
           DESKTOP_ICONS_SHOW_UNKNWON_REMOVABLE, TRUE },
         { NULL, NULL, NULL, NULL, FALSE },
     };

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list