Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37534260
en ru br
ALT Linux repos
S:0.14-alt6
5.0: 0.14-alt4
4.1: 0.14-alt1.M41.1

Group :: Networking/Instant messaging
RPM: pidgin-libnotify

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pidgin-libnotify-0.14-libnotify-0.7.0.patch
Download


diff -up pidgin-libnotify-0.14/src/pidgin-libnotify.c.libnotify070 pidgin-libnotify-0.14/src/pidgin-libnotify.c
--- pidgin-libnotify-0.14/src/pidgin-libnotify.c.libnotify070	2010-11-08 21:28:01.981121257 +0000
+++ pidgin-libnotify-0.14/src/pidgin-libnotify.c	2010-11-08 21:28:50.027245840 +0000
@@ -286,7 +286,7 @@ notify (const gchar *title,
 		g_free (tr_body);
 		return;
 	}
-	notification = notify_notification_new (title, tr_body, NULL, NULL);
+	notification = notify_notification_new (title, tr_body, NULL);
 	purple_debug_info (PLUGIN_ID, "notify(), new: "
 					 "title: '%s', body: '%s', buddy: '%s'\n",
 					 title, tr_body, best_name (buddy));
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin