I took a look at the code and the following patch solved the problem.  Not sure
if that's the best solution, though.  I haven't spent too much time trying to
understand the whole code.

I guess next step would be to check if upstream has same issue (or if it has
been solved already).

--- accounts.py.backup  2011-07-12 22:03:12.807410246 +0100
+++ accounts.py 2011-07-12 22:03:42.206040653 +0100
@@ -356,6 +356,8 @@ class GwibberAccountManager(object):
       self.account_widget = aw
     if not is_new:
       self.ui.get_object('vbox_create').hide()
+    else:
+      self.ui.get_object('vbox_create').show()
 
   def on_accounts_dialog_destroy(self, widget, data=None):
     gtk.main_quit()



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to