Summary: | Removing an account does not refresh the account list after editing it | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Gael Beaudoin <gaboo> |
Component: | accounts-kcm | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ddomenichelli, kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.4.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-common-internals/81c26b7fbfb8562916d3acfa81d16d357c527806 | Version Fixed In: | |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 232378 |
Description
Gael Beaudoin
2010-09-22 16:51:07 UTC
The same thing sometimes happens when an account is created. But I cannot understand how to reproduce it. SVN commit 1178681 by boiko: Make the dialogs modal and use a simpler method to set the config pages' title. This commit also makes the editting of accounts a resposibility of the kcm module instead of doing that in the item itself. The sideeffect of this commit is that it also fixes the account list not being refreshed sometimes. BUG: 252053 M +1 -38 account-item.cpp M +0 -4 account-item.h M +9 -21 accounts-list-model.cpp M +1 -1 accounts-list-model.h M +9 -45 add-account-assistant.cpp M +0 -5 add-account-assistant.h M +13 -26 edit-account-dialog.cpp M +1 -6 edit-account-dialog.h M +8 -61 kcm-telepathy-accounts.cpp M +0 -4 kcm-telepathy-accounts.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1178681 Git commit cadb5be3470665e877fe381977d367af843f7511 by David Edmundson, on behalf of Gustavo P. Boiko. Committed on 23/09/2010 at 15:49. Pushed by davidedmundson into branch 'model_refactor_1'. Make the dialogs modal and use a simpler method to set the config pages' title. This commit also makes the editting of accounts a resposibility of the kcm module instead of doing that in the item itself. The sideeffect of this commit is that it also fixes the account list not being refreshed sometimes. svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1178681 M +9 -21 KTp/Models/accounts-list-model.cpp M +1 -1 KTp/Models/accounts-list-model.h http://commits.kde.org/telepathy-common-internals/cadb5be3470665e877fe381977d367af843f7511 Git commit 81c26b7fbfb8562916d3acfa81d16d357c527806 by David Edmundson, on behalf of Gustavo P. Boiko. Committed on 23/09/2010 at 15:49. Pushed by davidedmundson into branch 'master'. Make the dialogs modal and use a simpler method to set the config pages' title. This commit also makes the editting of accounts a resposibility of the kcm module instead of doing that in the item itself. The sideeffect of this commit is that it also fixes the account list not being refreshed sometimes. svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1178681 M +9 -21 KTp/Models/accounts-list-model.cpp M +1 -1 KTp/Models/accounts-list-model.h http://commits.kde.org/telepathy-common-internals/81c26b7fbfb8562916d3acfa81d16d357c527806 |