[gnome-commander/gcmd-1-10: 3/8] Dont use xml escape method for storing bookmark name
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-10: 3/8] Dont use xml escape method for storing bookmark name
- Date: Sat, 13 Apr 2019 10:45:00 +0000 (UTC)
commit 0364b5442e0f4fa758d13f818ab23787e955b639
Author: Uwe Scholz <u scholz83 gmx de>
Date: Sat Apr 13 11:51:12 2019 +0200
Dont use xml escape method for storing bookmark name
src/gnome-cmd-data.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index eefd3e2a..cac62842 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1594,7 +1594,7 @@ void GnomeCmdData::save_bookmarks()
for (GList *i = gnome_cmd_con_list_get_all_remote (gnome_cmd_data.priv->con_list); i; i=i->next)
{
con = GNOME_CMD_CON (i->data);
- std::string bookmarkGroupName = XML::escape(gnome_cmd_con_get_alias (con));
+ string bookmarkGroupName = gnome_cmd_con_get_alias (con);
hasBookmarks |= add_bookmark_to_gvariant_builder(gVariantBuilder, bookmarkGroupName, con);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]