Philipp Hörist pushed to branch master at gajim / gajim
Commits:
596f268f by Philipp Hörist at 2018-11-19T14:04:04Z
Fix missing default arg
- - - - -
1 changed file:
- gajim/gtk/notification.py
Changes:
=====================================
gajim/gtk/notification.py
=====================================
@@ -57,7 +57,7 @@ class Notification:
# Detect if actions are supported by the notification daemon
if sys.platform not in ('win32', 'darwin'):
- def on_proxy_ready(_source, res, _data):
+ def on_proxy_ready(_source, res, _data=None):
try:
proxy = Gio.DBusProxy.new_finish(res)
self._daemon_capabilities = proxy.GetCapabilities()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/596f268f14be630ccea76c6e4867709d55c9afef
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/596f268f14be630ccea76c6e4867709d55c9afef
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits