Don't archive non-existant protocol icons
This commit is contained in:
parent
e05d14dc95
commit
40eaac550f
|
@ -47,7 +47,8 @@ ProtocolLooper::~ProtocolLooper()
|
||||||
BMessage* msg = new BMessage(APP_ACCOUNT_DISABLED);
|
BMessage* msg = new BMessage(APP_ACCOUNT_DISABLED);
|
||||||
BBitmap* icon = fProtocol->Icon();
|
BBitmap* icon = fProtocol->Icon();
|
||||||
|
|
||||||
icon->Archive(msg);
|
if (icon != NULL)
|
||||||
|
icon->Archive(msg);
|
||||||
msg->AddString("name", fProtocol->GetName());
|
msg->AddString("name", fProtocol->GetName());
|
||||||
fProtocol->MessengerInterface()->SendMessage(msg);
|
fProtocol->MessengerInterface()->SendMessage(msg);
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue