Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
254
Issues
254
List
Board
Labels
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
596f268f
Commit
596f268f
authored
Nov 19, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing default arg
parent
b98f0a3f
Pipeline
#2682
passed with stages
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
notification.py
gajim/gtk/notification.py
+1
-1
No files found.
gajim/gtk/notification.py
View file @
596f268f
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment