[Dicson] Don't try to translate empty string. Fixes #5032
This commit is contained in:
parent
b2e0e4cc86
commit
7d725fc1ab
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ class DesktopNotification:
|
||||||
dbus.UInt32(0), # replaces_id (uint)
|
dbus.UInt32(0), # replaces_id (uint)
|
||||||
ntype, # event_id (string)
|
ntype, # event_id (string)
|
||||||
dbus.String(gajim_icon), # app_icon (string)
|
dbus.String(gajim_icon), # app_icon (string)
|
||||||
dbus.String(_('')), # summary (string)
|
dbus.String(''), # summary (string)
|
||||||
dbus.String(notification_text), # body (string)
|
dbus.String(notification_text), # body (string)
|
||||||
# actions (stringlist)
|
# actions (stringlist)
|
||||||
(dbus.String('default'), dbus.String(self.event_type),
|
(dbus.String('default'), dbus.String(self.event_type),
|
||||||
|
|
Loading…
Add table
Reference in a new issue