Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37400139
en ru br
Репозитории ALT
S:0.14-alt6
5.1: 0.14-alt4
4.1: 0.14-alt1.M41.1
www.altlinux.org/Changes

Группа :: Сети/Мгновенные сообщения
Пакет: pidgin-libnotify

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: show_button_fix.patch
Скачать


--- 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 <duarte.henriques@gmail.com>",		/* author */
     "http://sourceforge.net/projects/gaim-libnotify/",		/* homepage */
-    
+
     plugin_load,			/* load */
     plugin_unload,			/* unload */
     NULL,					/* destroy */
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin