Parent Directory
|
Revision Log
Add patch to fix the show button in the bubble, bug #188325 (Portage version: 2.1.3.9)
| 1 | --- src/pidgin-libnotify.c.orig 2007-10-01 20:52:38.000000000 +1000 |
| 2 | +++ src/pidgin-libnotify.c 2007-10-01 20:53:20.000000000 +1000 |
| 3 | @@ -307,6 +307,7 @@ |
| 4 | g_hash_table_insert (buddy_hash, contact, notification); |
| 5 | |
| 6 | g_object_set_data (G_OBJECT(notification), "contact", contact); |
| 7 | + g_object_set_data (G_OBJECT(notification), "buddy", buddy); |
| 8 | |
| 9 | g_signal_connect (notification, "closed", G_CALLBACK(closed_cb), NULL); |
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |