diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-05 07:22:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-05 07:22:04 +0800 |
commit | 51ee0c1f2d8d7d16592b15868f088021a2f1b366 (patch) | |
tree | 1ab681f663834d239d8656dd2595abbe112528f4 /e-util/ChangeLog | |
parent | 48ec4a48f0414a14272a212dd54ff4fab67e9125 (diff) | |
download | gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.tar gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.tar.gz gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.tar.bz2 gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.tar.lz gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.tar.xz gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.tar.zst gsoc2013-evolution-51ee0c1f2d8d7d16592b15868f088021a2f1b366.zip |
Don't start emitting ACCOUNT_ADDED signals until we've added all of the
* e-account-list.c (gconf_accounts_changed): Don't start emitting
ACCOUNT_ADDED signals until we've added all of the new accounts to
our list. Otherwise if the signal handler calls
e_account_list_get_default_account() it will end up causing the
first account in the list to become the default. #40675
svn path=/trunk/; revision=20680
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8d78374234..dc8b1f130e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2003-04-04 Dan Winship <danw@ximian.com> + + * e-account-list.c (gconf_accounts_changed): Don't start emitting + ACCOUNT_ADDED signals until we've added all of the new accounts to + our list. Otherwise if the signal handler calls + e_account_list_get_default_account() it will end up causing the + first account in the list to become the default. #40675 + 2003-04-04 Chris Toshok <toshok@ximian.com> * ename/e-name-western.c (e_name_western_extract_middle): fix abr. |