[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kopete/dev-0.12/kopete/protocols/jabber/ui
From:       Cédric Borgese <cedric.borgese () gmail ! com>
Date:       2006-01-30 20:46:34
Message-ID: 1138653994.876507.30983.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 503947 by borgese:

Add an end of line at the end of a debug string.


 M  +2 -1      dlgjabberchatroomslist.cpp  


--- branches/work/kopete/dev-0.12/kopete/protocols/jabber/ui/dlgjabberchatroomslist.cpp \
#503946:503947 @@ -19,6 +19,7 @@
 #include <qlabel.h>
 
 #include "dlgjabberchatroomslist.h"
+#include "jabberprotocol.h"
 
 dlgJabberChatRoomsList::dlgJabberChatRoomsList(JabberAccount& account, const \
QString& server, QWidget *parent, const char *name) :  dlgChatRoomsList(parent, \
name), @@ -59,7 +60,7 @@
 
 	if (m_selectedRow >= 0)
 	{
-		kdDebug (14130) << "join chat room : " <<  m_account.client()->client()->user() << \
" @ " << tblChatRoomsList->text(m_selectedRow, 0) << " on " << m_chatServer; \
+		kdDebug (JABBER_DEBUG_GLOBAL) << "join chat room : " <<  \
m_account.client()->client()->user() << " @ " << \
tblChatRoomsList->text(m_selectedRow, 0) << " on " << m_chatServer << endl;  \
m_account.client()->joinGroupChat(m_chatServer, tblChatRoomsList->text(m_selectedRow, \
0), m_account.client()->client()->user());  }
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic