]> git.0d.be Git - empathy.git/commit
Minor changes to EmpathyAccountWidget and EmpathyAccountsDialog
authorJonathan Tellier <jonathan.tellier@gmail.com>
Thu, 27 Aug 2009 15:57:18 +0000 (11:57 -0400)
committerjtellier <jonathan.tellier@collabora.co.uk>
Fri, 28 Aug 2009 18:27:43 +0000 (14:27 -0400)
commit1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b
tree1412cdb2f2db9eb49c714cf7ee5b02f399fe5aec
parent435a811e440c3a5a79f504fa6f2850e63673f49a
Minor changes to EmpathyAccountWidget and EmpathyAccountsDialog

- account_widget_entry_changed_common is not called when an entry loses
  focus. Since this function is called on every keystroke, it was
  unnecessary to call it again on focus-out-event.
- The EmpathyAccountWidget's control buttons' sensitivity (and
  contains_pending_changes member) is not altered when the state of the
  "Enabled" checkbox is changed due to an event which was not initiated
  by the user.
- Fixed capitalization error in a comment in empathy-accounts-dialog.c
libempathy-gtk/empathy-account-widget.c
src/empathy-accounts-dialog.c