From 813c8d6fd4a4e3c967891f20f360abd4e9f08c73 Mon Sep 17 00:00:00 2001 From: epage Date: Thu, 24 Sep 2009 23:44:32 +0000 Subject: [PATCH] Fixing refresh bugs git-svn-id: file:///svnroot/gc-dialer/trunk@475 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- src/dc_glade.py | 7 +++---- src/gv_views.py | 1 - support/builddeb.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/dc_glade.py b/src/dc_glade.py index 1f520ed..4a297a9 100755 --- a/src/dc_glade.py +++ b/src/dc_glade.py @@ -17,8 +17,6 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -@bug When switching to tab while logging in, it doesn't refresh once logged int """ @@ -456,11 +454,12 @@ class Dialcentral(object): if self._phoneBackends[self._selectedBackendId].get_callback_number() is None: self._phoneBackends[self._selectedBackendId].set_sane_callback() - self._accountViews[self._selectedBackendId].update() - self._refresh_active_tab() self._selectedBackendId = newStatus + self._accountViews[self._selectedBackendId].update() + self._refresh_active_tab() + def load_settings(self, config): """ @note UI Thread diff --git a/src/gv_views.py b/src/gv_views.py index 5521bd5..079008b 100644 --- a/src/gv_views.py +++ b/src/gv_views.py @@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA @todo Touch selector for callback number @todo Alternate UI for dialogs (stackables) @todo Switch to a selector with entry for notification time -@bug Messages can't refresh """ from __future__ import with_statement diff --git a/support/builddeb.py b/support/builddeb.py index b1780c8..c3619d8 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -192,7 +192,7 @@ def build_package(distribution): py2deb.Py2deb.SECTIONS = py2deb.SECTIONS_BY_POLICY[distribution] p = py2deb.Py2deb(__appname__) p.description = __description__ - #p.upgradeDescription = __changelog__.split("\n\n", 1)[0] + p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__ p.license = "lgpl" -- 1.7.9.5