From 3f4adb1dc22d89c35b56ea5fa99a5976cfc101bb Mon Sep 17 00:00:00 2001 From: Gabriel Millaire Date: Wed, 1 Jul 2009 13:17:00 -0400 Subject: Fix copy clipboard to show smileys and to show name and time when using themes other than Classic Adds an association string to hbox for name and time in themes, adds an association string to pixbuf smiley --- libempathy-gtk/empathy-smiley-manager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy-gtk/empathy-smiley-manager.c') diff --git a/libempathy-gtk/empathy-smiley-manager.c b/libempathy-gtk/empathy-smiley-manager.c index 900e9211c..0d3e4c512 100644 --- a/libempathy-gtk/empathy-smiley-manager.c +++ b/libempathy-gtk/empathy-smiley-manager.c @@ -245,6 +245,8 @@ smiley_manager_add_valist (EmpathySmileyManager *manager, } /* We give the ownership of path to the smiley */ + g_object_set_data_full (G_OBJECT (pixbuf), "smiley_str", + g_strdup (first_str), g_free); smiley = smiley_new (pixbuf, g_strdup (first_str), path); priv->smileys = g_slist_prepend (priv->smileys, smiley); } -- cgit v1.2.3