Work to fix NB#84828.
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 24 Apr 2008 15:39:08 +0000 (15:39 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 24 Apr 2008 15:39:08 +0000 (15:39 +0000)
commit91498b8df45540e4a1461f6ea34babd2a9706a01
treeccd02276e66067c48ced3d956a7ced6e552a2b6d
parentf815625d9ac3735c9acae112fbdf07f64e224cd2
Work to fix NB#84828.
* src/modest-ui-actions.c:
* Dim the username in get password dialog _always_. We don't want to
  allow to change the username from here, as we can cause hangs
  because tny_account_set_user here is inside a lock.
* src/modest-tny-account-store.c:
* Remove the call to set user as we never change the password from the
  get_password dialog.
* src/maemo/modest-account-settings-dialog.c:
* Allow to change the smtp username in account settings dialog.
* src/modest-window-mgr.c:
* A minor issue with modality. If the window we're destroying is
  on top, we remove the current_top reference, to prevent one warning.

pmo-diablo-r4459
src/maemo/modest-account-settings-dialog.c
src/modest-tny-account-store.c
src/modest-ui-actions.c
src/widgets/modest-window-mgr.c