[Jim++] title is needed in preset status messages. Fixes #1768
This commit is contained in:
parent
1ef1888cbe
commit
4311f7fe0a
|
@ -775,6 +775,7 @@ class PreferencesWindow:
|
||||||
iter = model.get_iter_first()
|
iter = model.get_iter_first()
|
||||||
while iter:
|
while iter:
|
||||||
val = model[iter][0].decode('utf-8')
|
val = model[iter][0].decode('utf-8')
|
||||||
|
if val:
|
||||||
gajim.config.add_per('statusmsg', val)
|
gajim.config.add_per('statusmsg', val)
|
||||||
if model[iter][1] is None: # here is the MESSAGE
|
if model[iter][1] is None: # here is the MESSAGE
|
||||||
# so when we press New this func is called by
|
# so when we press New this func is called by
|
||||||
|
|
Loading…
Reference in New Issue