(purple) Kill daemon after sending protocol metadata
This commit is contained in:
parent
82f920798f
commit
4a6808f15f
|
@ -146,6 +146,8 @@ PurpleApp::MessageReceived(BMessage* msg)
|
||||||
BRoster roster;
|
BRoster roster;
|
||||||
if (roster.IsRunning(APP_SIGNATURE) == false)
|
if (roster.IsRunning(APP_SIGNATURE) == false)
|
||||||
Quit();
|
Quit();
|
||||||
|
if (fAccountThreads.CountItems() == 0 || fAccounts.CountItems() == 0)
|
||||||
|
Quit();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case G_MAIN_LOOP:
|
case G_MAIN_LOOP:
|
||||||
|
|
Ŝarĝante…
Reference in New Issue