diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 21:21:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 21:59:30 +0800 |
commit | 5dc6e55d7bb8199aa54bba603eb5154ba41a49c7 (patch) | |
tree | 25211d0dcb62d5a5c4bb7f153230ee85261844e1 | |
parent | 7f5324c4a8e1c2bec44a79558c3b02ab95d906ac (diff) | |
download | gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.tar gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.tar.gz gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.tar.bz2 gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.tar.lz gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.tar.xz gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.tar.zst gsoc2013-empathy-5dc6e55d7bb8199aa54bba603eb5154ba41a49c7.zip |
status-icon: drop our ref on the window when disposing
-rw-r--r-- | src/empathy-status-icon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index a002a7fb7..b1a0cd685 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -573,6 +573,7 @@ status_icon_finalize (GObject *object) g_object_unref (priv->ui_manager); g_object_unref (priv->notify_mgr); g_object_unref (priv->gsettings_ui); + g_object_unref (priv->window); } static void |