ports/net/service-discovery-applet/files/patch-src_service-discovery-applet.in
2007-06-09 18:56:51 +00:00

11 lines
481 B
Text

--- 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