Skip to content
Snippets Groups Projects
Commit da6b4c03 authored by Alexander Cherniuk's avatar Alexander Cherniuk
Browse files

Added a call to gobject.set_prgname

parent 31ddc4ae
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,7 @@ if not hasattr(gobject, 'timeout_add_seconds'):
return gobject.timeout_add(time_sec * 1000, *args)
gobject.timeout_add_seconds = timeout_add_seconds_fake
gobject.set_prgname('gajim')
import signal
import gtkgui_helpers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment