[Konversation-devel] [Bug 133173] server tab notification state is lost when adding channels to an existing server
Eike Hein
sho at eikehein.com
Tue Aug 29 13:50:55 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=133173
sho eikehein com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From sho eikehein com 2006-08-29 13:50 -------
SVN commit 578456 by hein:
Preserve status tab notifications state while editing networks.
BUG:133173
M +2 -0 servergroupdialog.cpp
M +1 -1 servergroupdialog.h
--- trunk/extragear/network/konversation/src/servergroupdialog.cpp #578455:578456
@ -175,6 +175,7 @
m_id = settings->id();
m_sortIndex = settings->sortIndex();
m_expanded = settings->expanded();
+ m_enableNotifications = settings->enableNotifications();
m_nameEdit->setText(settings->name());
m_identityCBox->setCurrentText(settings->identity()->getName());
m_commandEdit->setText(settings->connectCommands());
@ -210,6 +211,7 @
settings->setServerList(m_serverList);
settings->setChannelList(m_channelList);
settings->setChannelHistory(m_channelHistory);
+ settings->setNotificationsEnabled(m_enableNotifications);
settings->setExpanded(m_expanded);
return settings;
--- trunk/extragear/network/konversation/src/servergroupdialog.h #578455:578456
@ -76,7 +76,7 @
QToolButton* m_upChannelBtn;
QToolButton* m_downChannelBtn;
bool m_expanded;
-
+ bool m_enableNotifications;
int m_id;
int m_sortIndex;
More information about the Konversation-devel
mailing list