diff options
author | Jonathan Tellier <jonathan.tellier@gmail.com> | 2009-08-29 02:19:47 +0800 |
---|---|---|
committer | jtellier <jonathan.tellier@collabora.co.uk> | 2009-08-29 02:27:43 +0800 |
commit | e84021944cfde5665a5286b1dbabe296a67f7231 (patch) | |
tree | 3568abc8deb98b01cddbf569e5eb1fe2484e6812 /data | |
parent | 0f70b1bfb5714c98aa70d062b5ac7ec0e5a03dac (diff) | |
download | gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.tar gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.tar.gz gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.tar.bz2 gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.tar.lz gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.tar.xz gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.tar.zst gsoc2013-empathy-e84021944cfde5665a5286b1dbabe296a67f7231.zip |
Fixed bug which would occur when deleting account with pending changes
- When the selected account was NULL,
accounts_dialog_has_pending_change() would not check its state
correctly. That function is working with a pointer on a pointer to the
account and was not dereferencing properly.
- The pointer to the account we pass to
accounts_dialog_has_pending_change() is now properly initialized to
NULL.
- When deleting an account, the COL_ACCOUNT_POINTER column is now
properly set to NULL.
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions