Chase the new API changes in notification-daemon.
This commit is contained in:
parent
5b0231982d
commit
1073f67dd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193120
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= service-discovery-applet
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net dns gnome
|
||||
MASTER_SITES= http://0pointer.de/~sebest/
|
||||
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- src/service-discovery-applet.in.orig Sat Jun 9 14:54:34 2007
|
||||
+++ src/service-discovery-applet.in Sat Jun 9 14:54:49 2007
|
||||
@@ -162,7 +162,7 @@ class Notifications:
|
||||
if self.applet.show_notifications == True:
|
||||
self.notif.Notify(_("Zeroconf Service Discovery"),
|
||||
dbus.UInt32(0), iconfile, title, message,
|
||||
- [], [], dbus.Int32(3000), dbus.UInt32(0))
|
||||
+ [], [], dbus.Int32(3000))
|
||||
except:
|
||||
print "can't use notification daemon"
|
||||
pass
|
Loading…
Reference in New Issue
Block a user