Change default user status, replicant settings
This commit is contained in:
parent
06b1df8882
commit
9a75767faa
|
@ -35,7 +35,7 @@ User::User(BString id, BMessenger msgn)
|
|||
fLooper(NULL),
|
||||
fListItem(NULL),
|
||||
fItemColor(ForegroundColor(ui_color(B_LIST_BACKGROUND_COLOR))),
|
||||
fStatus(STATUS_OFFLINE),
|
||||
fStatus(STATUS_ONLINE),
|
||||
fAvatarBitmap(NULL),
|
||||
fPopUp(NULL)
|
||||
{
|
||||
|
|
|
@ -31,8 +31,8 @@ AppPreferencesData::AppPreferencesData()
|
|||
RaiseUserIsTyping(false),
|
||||
MarkUnreadWindow(true),
|
||||
HideDeskbar(false),
|
||||
DisableReplicant(false),
|
||||
IgnoreEmoticons(false),
|
||||
DisableReplicant(true),
|
||||
IgnoreEmoticons(true),
|
||||
NotifyProtocolStatus(true),
|
||||
NotifyContactStatus(false),
|
||||
NotifyNewMessage(true),
|
||||
|
|
Ŝarĝante…
Reference in New Issue