17 lines
499 B
C
17 lines
499 B
C
$NetBSD: patch-src_twitux-app.c,v 1.1 2013/08/16 02:56:03 obache Exp $
|
|
|
|
* for libnotify-0.7 API change
|
|
|
|
--- src/twitux-app.c.orig 2009-01-25 01:24:00.000000000 +0000
|
|
+++ src/twitux-app.c
|
|
@@ -1446,8 +1446,7 @@ twitux_app_notify (gchar *msg)
|
|
|
|
notification = notify_notification_new (PACKAGE_NAME,
|
|
msg,
|
|
- "twitux",
|
|
- NULL);
|
|
+ "twitux");
|
|
|
|
notify_notification_set_timeout (notification, 8 * 1000);
|
|
notify_notification_show (notification, &error);
|