Summary: | rsibreak brings kopete online from any other status (incl. offline) | ||
---|---|---|---|
Product: | [Applications] rsibreak | Reporter: | meyerm |
Component: | general | Assignee: | Tom Albers <toma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
meyerm
2006-06-29 17:15:58 UTC
*** Bug 129920 has been marked as a duplicate of this bug. *** *** Bug 129987 has been marked as a duplicate of this bug. *** You can disable the behaviour in the settings, settings dcop. We will fix it soonish. SVN commit 562729 by toma: Replace the DCOP system as introduces in the last version. Replace it with the KNotify system, which is used everywhere in KDE. Static DCOP calls are too limited (brings kopete online when you where offline for example) and the user is far better of with KNotify as there are more options (beep when break is oer for example) and there is the option to launch a script. In that script you can execute DCOP commands anyhow. I will make a new release soon, to prevent to much angry users who have to convert. BUG: 130023, 130759 M +5 -2 Makefile.am A eventsrc M +10 -0 rsidock.cpp M +1 -0 rsidock.h M +10 -61 rsiglobals.cpp M +4 -9 rsiglobals.h M +10 -10 rsitimer.cpp M +0 -8 setup.cpp M +0 -4 setup.h D setupdcop.cpp D setupdcop.h |