[Xfce4-commits] [xfce/exo] 01/01: Use user-bookmarks instead of bookmark-new for the bookmark icon (bug 14243)
noreply at xfce.org
noreply at xfce.org
Wed Jun 6 12:46:14 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit eb01d3b550d5a8d180e61bdab26029e91beff4d9
Author: Manuel Grießmayr <abspack at posteo.de>
Date: Wed Jun 6 06:46:02 2018 -0400
Use user-bookmarks instead of bookmark-new for the bookmark icon (bug 14243)
Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
exo-desktop-item-edit/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo-desktop-item-edit/main.c b/exo-desktop-item-edit/main.c
index ae8c6f3..0405ac7 100644
--- a/exo-desktop-item-edit/main.c
+++ b/exo-desktop-item-edit/main.c
@@ -247,7 +247,7 @@ main (int argc, char **argv)
if (exo_str_is_equal (opt_type, G_KEY_FILE_DESKTOP_TYPE_LINK))
{
g_key_file_set_value (key_file, G_KEY_FILE_DESKTOP_GROUP,
- G_KEY_FILE_DESKTOP_KEY_ICON, STR_FB (opt_icon, "bookmark-new"));
+ G_KEY_FILE_DESKTOP_KEY_ICON, STR_FB (opt_icon, "user-bookmarks"));
g_key_file_set_value (key_file, G_KEY_FILE_DESKTOP_GROUP,
G_KEY_FILE_DESKTOP_KEY_URL, STR_FB (opt_url, ""));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list