[gnome-commander] XML config: add new attribute 'auth' to <Connection>
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] XML config: add new attribute 'auth' to <Connection>
- Date: Sun, 4 Sep 2011 13:28:04 +0000 (UTC)
commit 1eb6a3ab09f7c7ceb21ebffedc6572e230ee5a41
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Sun Sep 4 15:27:45 2011 +0200
XML config: add new attribute 'auth' to <Connection>
src/gnome-cmd-con.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-con.cc b/src/gnome-cmd-con.cc
index d8e737a..d0e085a 100644
--- a/src/gnome-cmd-con.cc
+++ b/src/gnome-cmd-con.cc
@@ -19,6 +19,7 @@
*/
#include <config.h>
+#include <libgnomeui/libgnomeui.h>
#include "gnome-cmd-includes.h"
#include "gnome-cmd-con.h"
@@ -538,6 +539,7 @@ XML::xstream &operator << (XML::xstream &xml, GnomeCmdCon &con)
xml << XML::attr("name") << XML::escape(con.alias);
xml << XML::attr("uri") << XML::escape(con.uri);
+ xml << XML::attr("auth") << con.gnome_auth;
return xml << XML::endtag();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]