[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix a typo
noreply at xfce.org
noreply at xfce.org
Sun Mar 9 06:48:02 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 0eee3e53a7280235ea69da2308f550d2115d8cd2
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Mar 9 08:46:32 2014 +0300
Fix a typo
---
settings/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/main.c b/settings/main.c
index 2bc0566..3addd16 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -384,7 +384,7 @@ setup_special_icon_list(GtkBuilder *gxml,
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"), "multimedia-player" "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