added basic functions to the plugin, contact list, chatting, nudges.
This commit is contained in:
parent
f45da3af40
commit
a43602fb37
|
@ -8,6 +8,8 @@
|
|||
* Pier Luigi Fiorini, pierluigi.fiorini@gmail.com
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <File.h>
|
||||
#include <Message.h>
|
||||
#include <Path.h>
|
||||
|
|
|
@ -34,7 +34,7 @@ ContactLinker::ContactLinker(BString id, BMessenger msgn)
|
|||
RegisterObserver(fRosterItem);
|
||||
|
||||
// By default we use protocol icon as avatar icon
|
||||
CayaProtocolAddOn* addOn = ProtocolManager::Get()->ProtocolAddOn("gtalk");
|
||||
CayaProtocolAddOn* addOn = ProtocolManager::Get()->ProtocolAddOn("msn");
|
||||
fAvatarBitmap = addOn->Icon();
|
||||
}
|
||||
|
||||
|
|
Ŝarĝante…
Reference in New Issue