mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
11 lines
481 B
Text
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
|