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

List:       kopete-devel
Subject:    Re: [Kopete-devel] Re: kdenonbeta/kopete/kopete
From:       Andy Goossens <andygoossens () pandora ! be>
Date:       2002-05-28 15:49:05
[Download RAW message or body]

On Tuesday 28 May 2002 15:51, Martijn Klingens wrote:
> If you can find out why the slotMoveThisUser is executed twice in MSN you
> might be able to kill the last showstopper there. The first time it works
> ok, but the second time you cannot move the user again (Duh! ;-), hence it
> still breaks, with an error 215 and an error 225.
>
> I probably won't have time to even look at that today, and it's the only
> remaining issue in MSN that qualifies as a showstopper, as far as I know.

Moving and copying contacts is very problematic. In fact, copying a user from 
"Unknown" to "Friends" seems to move that contact. Trying to move the same 
contact earlier didn't work.

MSN can't go "away". Online/Offline works...

MSN history doesn't work at the moment. Logs do now get written to 
share/apps/kopete/kopete/msn_logs/user@domain.com Instead they should write 
to share/apps/kopete/msn_logs/user@domain.com (notice 1 less "kopete"). Patch 
attached :-)

-- 
Andy Goossens -- andygoossens at pandora dot be

"Use the Source, Luke..."
["msn-history.patch" (text/x-diff)]

Index: msncontact.cpp
===================================================================
RCS file: /home/kdecvs/kde/kdenonbeta/kopete/protocols/msn/msncontact.cpp,v
retrieving revision 1.43
diff -u -3 -p -r1.43 msncontact.cpp
--- msncontact.cpp	27 May 2002 21:45:40 -0000	1.43
+++ msncontact.cpp	28 May 2002 15:11:29 -0000
@@ -176,7 +176,7 @@ void MSNContact::slotViewHistory()
 	}
 	else
 	{
-		historyDialog = new \
KopeteHistoryDialog(QString("kopete/msn_logs/%1.log").arg(m_msnId), name(), true, 50, \
0, "MSNHistoryDialog"); +		historyDialog = new \
KopeteHistoryDialog(QString("msn_logs/%1.log").arg(m_msnId), name(), true, 50, 0, \
"MSNHistoryDialog");  
 		connect ( historyDialog, SIGNAL(closing()), this, SLOT(slotCloseHistoryDialog()) \
);  connect ( historyDialog, SIGNAL(destroyed()), this, \
SLOT(slotHistoryDialogClosing()) );


_______________________________________________
Kopete-devel mailing list
Kopete-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/kopete-devel

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

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