aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-smiley-manager.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-09 18:06:36 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-09 18:06:36 +0800
commitf57f877cd4ae07a90e93dc908f9baef2718ec2b0 (patch)
treecc292cef3f406e44943c05ed0883a9b120c83c8f /libempathy-gtk/empathy-smiley-manager.c
parent94aba37cf10393f853650be76a07c8ee7712b34f (diff)
downloadgsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.tar
gsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.tar.gz
gsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.tar.bz2
gsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.tar.lz
gsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.tar.xz
gsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.tar.zst
gsoc2013-empathy-f57f877cd4ae07a90e93dc908f9baef2718ec2b0.zip
Set the right weak pointer.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2122 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-smiley-manager.c')
-rw-r--r--libempathy-gtk/empathy-smiley-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-smiley-manager.c b/libempathy-gtk/empathy-smiley-manager.c
index 3f6ea25c3..451fc6937 100644
--- a/libempathy-gtk/empathy-smiley-manager.c
+++ b/libempathy-gtk/empathy-smiley-manager.c
@@ -129,9 +129,9 @@ smiley_manager_constructor (GType type,
} else {
retval = G_OBJECT_CLASS (empathy_smiley_manager_parent_class)->constructor
(type, n_props, props);
- g_object_add_weak_pointer (retval, (gpointer *) &retval);
manager_singleton = EMPATHY_SMILEY_MANAGER (retval);
+ g_object_add_weak_pointer (retval, (gpointer *) &manager_singleton);
}
return retval;