diff options
author | Jonathan Tellier <jonathan.tellier@gmail.com> | 2009-08-27 23:57:18 +0800 |
---|---|---|
committer | jtellier <jonathan.tellier@collabora.co.uk> | 2009-08-29 02:27:43 +0800 |
commit | 1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b (patch) | |
tree | 1412cdb2f2db9eb49c714cf7ee5b02f399fe5aec /src | |
parent | 435a811e440c3a5a79f504fa6f2850e63673f49a (diff) | |
download | gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.tar gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.tar.gz gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.tar.bz2 gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.tar.lz gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.tar.xz gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.tar.zst gsoc2013-empathy-1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index b146396c9..08d6d224e 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -88,7 +88,7 @@ typedef struct { GtkWidget *settings_widget; /* We have to keep a reference on the actual EmpathyAccountWidget, not just - * his GtkWidget. it is the only reliable source we can query to know if + * his GtkWidget. It is the only reliable source we can query to know if * there are any unsaved changes to the currently selected account. We can't * look at the account settings because it does not contain everything that * can be changed using the EmpathyAccountWidget. For instance, it does not |