[telepathy] [Bug 316004] ktp-text-ui setting "Open new conversations:" only applies after restarting

Stefan Eggers coloncolonone at gmail.com
Sun Mar 3 15:44:42 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=316004

--- Comment #2 from Stefan Eggers <coloncolonone at gmail.com> ---
Currently this happens as I understand the problem:

ktp-text-ui starts and reads the settings from file. These settings are in
effect until ktp-text-ui terminates. The configuration dialog changes these
settings independently in the file but don't communicate the change back
anywhere to the rest of the running ktp-text-ui.

So I think a singleton shared by ktp-text-ui and it's configuration dialog
should help here. It could hold the current configuration and allow to change
it. Whenever ktp-text-ui needs any configurable value it will ask this
singleton. Changes would take effect immediately then.

Would then also come in handy for bug 282201 (this is about allowing to turn
"User is tpying" on and off) as the settings needed could be placed in the
singleton, too.

I intend to give this idea a try and see if it works.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list