aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
authorJonathan Tellier <jonathan.tellier@gmail.com>2009-08-27 23:57:18 +0800
committerjtellier <jonathan.tellier@collabora.co.uk>2009-08-29 02:27:43 +0800
commit1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b (patch)
tree1412cdb2f2db9eb49c714cf7ee5b02f399fe5aec /src/empathy-accounts-dialog.c
parent435a811e440c3a5a79f504fa6f2850e63673f49a (diff)
downloadgsoc2013-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/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c2
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