diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:48:16 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:48:16 +0800 |
commit | bd528ebb64b07fe567d0f262c2fd10e37074d177 (patch) | |
tree | a1192c149c0eeb3e2293b50de9fdd389bd32b349 /libempathy/empathy-account-manager.c | |
parent | d9408a6d56ca75857a1f176c9f909e297168dfa5 (diff) | |
download | gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.tar gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.tar.gz gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.tar.bz2 gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.tar.lz gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.tar.xz gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.tar.zst gsoc2013-empathy-bd528ebb64b07fe567d0f262c2fd10e37074d177.zip |
Remember to set dispose_run after dispose has run.
svn path=/trunk/; revision=2068
Diffstat (limited to 'libempathy/empathy-account-manager.c')
-rw-r--r-- | libempathy/empathy-account-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 16f633015..cae84f7fc 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -414,6 +414,8 @@ do_dispose (GObject *obj) g_hash_table_remove_all (priv->accounts); + priv->dispose_run = TRUE; + G_OBJECT_CLASS (empathy_account_manager_parent_class)->dispose (obj); } |