summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/whiteboard-sharewithchat.cpp
diff options
context:
space:
mode:
authordaleharvey <daleharvey@users.sourceforge.net>2006-05-10 14:34:38 +0000
committerdaleharvey <daleharvey@users.sourceforge.net>2006-05-10 14:34:38 +0000
commitab7611d30ca5cc00e2d6a75eff4e2d91d64bc09d (patch)
tree4355ac27318e825f3e7b67e965ba41ba17bbd3f8 /src/ui/dialog/whiteboard-sharewithchat.cpp
parentincreased alarm time-out to 60 secs (because 30 seconds may not have been eno... (diff)
downloadinkscape-ab7611d30ca5cc00e2d6a75eff4e2d91d64bc09d.tar.gz
inkscape-ab7611d30ca5cc00e2d6a75eff4e2d91d64bc09d.zip
Users Jid is now stored in session data, which is used in from attributes. lm_connection_set_jid is now not called, which allows authentication against jabber.org
(bzr r805)
Diffstat (limited to 'src/ui/dialog/whiteboard-sharewithchat.cpp')
-rw-r--r--src/ui/dialog/whiteboard-sharewithchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/whiteboard-sharewithchat.cpp b/src/ui/dialog/whiteboard-sharewithchat.cpp
index eed9fa168..8d33328ba 100644
--- a/src/ui/dialog/whiteboard-sharewithchat.cpp
+++ b/src/ui/dialog/whiteboard-sharewithchat.cpp
@@ -112,7 +112,7 @@ WhiteboardShareWithChatroomDialogImpl::_construct()
this->_buttonsbox.pack_start(this->_share);
// Set default values
- Glib::ustring jid = lm_connection_get_jid(this->_sm->session_data->connection);
+ Glib::ustring jid = this->_sm->session_data->jid;
Glib::ustring nick = jid.substr(0, jid.find_first_of('@'));
this->_handle.set_text(nick);
this->_roomname.set_text("inkboard");