Summary: | "Remember Away Messages" spinbox not connected to Apply button | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | P B <kde.bugs> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | SVN | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix problem |
Description
P B
2006-03-08 07:14:28 UTC
Created attachment 15002 [details]
Patch to fix problem
SVN commit 517393 by ogoffart: Fix Bug 123259: "Remember Away Messages" spinbox not connected to Apply button Patch from the reporter of the bug. Thanks BUG: 123259 M +2 -0 behaviorconfig.cpp --- branches/kopete/0.12/kopete/kopete/config/behavior/behaviorconfig.cpp #517392:517393 @@ -138,6 +138,8 @@ this, SLOT(slotUpdatePluginLabel(int))); // "Away" TAB =============================================================== + connect( mAwayConfigUI->rememberedMessages, SIGNAL(valueChanged(int)), + this, SLOT(slotValueChanged(int))); connect( mAwayConfigUI->mAutoAwayTimeout, SIGNAL(valueChanged(int)), this, SLOT(slotValueChanged(int))); connect( mAwayConfigUI->mGoAvailable, SIGNAL(toggled(bool)), |