Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188325
Collapse All | Expand All

(-)src/pidgin-libnotify.c.orig (+1 lines)
Lines 307-312 Link Here
307
	g_hash_table_insert (buddy_hash, contact, notification);
307
	g_hash_table_insert (buddy_hash, contact, notification);
308
308
309
	g_object_set_data (G_OBJECT(notification), "contact", contact);
309
	g_object_set_data (G_OBJECT(notification), "contact", contact);
310
        g_object_set_data (G_OBJECT(notification), "buddy", buddy);
310
311
311
	g_signal_connect (notification, "closed", G_CALLBACK(closed_cb), NULL);
312
	g_signal_connect (notification, "closed", G_CALLBACK(closed_cb), NULL);
312
313

Return to bug 188325