--- pidgin-libnotify-0.14.orig/src/pidgin-libnotify.c 2008-12-14 20:45:51 +0300 +++ pidgin-libnotify-0.14/src/pidgin-libnotify.c 2009-05-08 14:32:39 +0400 @@ -311,7 +311,7 @@ g_hash_table_insert (buddy_hash, contact, notification); - g_object_set_data (G_OBJECT(notification), "contact", contact); + g_object_set_data (G_OBJECT(notification), "buddy", buddy); g_signal_connect (notification, "closed", G_CALLBACK(closed_cb), NULL); @@ -550,16 +550,16 @@ 0, /* flags */ NULL, /* dependencies */ PURPLE_PRIORITY_DEFAULT, /* priority */ - + PLUGIN_ID, /* id */ NULL, /* name */ VERSION, /* version */ NULL, /* summary */ NULL, /* description */ - + "Duarte Henriques ", /* author */ "http://sourceforge.net/projects/gaim-libnotify/", /* homepage */ - + plugin_load, /* load */ plugin_unload, /* unload */ NULL, /* destroy */