import indicate in file where it's used. Fixes #4942
This commit is contained in:
parent
752a6e72cb
commit
72d3c578d4
|
@ -57,6 +57,9 @@ try:
|
|||
except Exception:
|
||||
USER_HAS_GROWL = False
|
||||
|
||||
if gajim.HAVE_INDICATOR:
|
||||
import indicate
|
||||
|
||||
def setup_indicator_server():
|
||||
server = indicate.indicate_server_ref_default()
|
||||
server.set_type('message.im')
|
||||
|
|
Loading…
Reference in New Issue