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),
|
fLooper(NULL),
|
||||||
fListItem(NULL),
|
fListItem(NULL),
|
||||||
fItemColor(ForegroundColor(ui_color(B_LIST_BACKGROUND_COLOR))),
|
fItemColor(ForegroundColor(ui_color(B_LIST_BACKGROUND_COLOR))),
|
||||||
fStatus(STATUS_OFFLINE),
|
fStatus(STATUS_ONLINE),
|
||||||
fAvatarBitmap(NULL),
|
fAvatarBitmap(NULL),
|
||||||
fPopUp(NULL)
|
fPopUp(NULL)
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,8 +31,8 @@ AppPreferencesData::AppPreferencesData()
|
||||||
RaiseUserIsTyping(false),
|
RaiseUserIsTyping(false),
|
||||||
MarkUnreadWindow(true),
|
MarkUnreadWindow(true),
|
||||||
HideDeskbar(false),
|
HideDeskbar(false),
|
||||||
DisableReplicant(false),
|
DisableReplicant(true),
|
||||||
IgnoreEmoticons(false),
|
IgnoreEmoticons(true),
|
||||||
NotifyProtocolStatus(true),
|
NotifyProtocolStatus(true),
|
||||||
NotifyContactStatus(false),
|
NotifyContactStatus(false),
|
||||||
NotifyNewMessage(true),
|
NotifyNewMessage(true),
|
||||||
|
|
Ŝarĝante…
Reference in New Issue