Added a call to gobject.set_prgname
This commit is contained in:
parent
31ddc4ae66
commit
da6b4c031e
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ if not hasattr(gobject, 'timeout_add_seconds'):
|
||||||
return gobject.timeout_add(time_sec * 1000, *args)
|
return gobject.timeout_add(time_sec * 1000, *args)
|
||||||
gobject.timeout_add_seconds = timeout_add_seconds_fake
|
gobject.timeout_add_seconds = timeout_add_seconds_fake
|
||||||
|
|
||||||
|
gobject.set_prgname('gajim')
|
||||||
|
|
||||||
import signal
|
import signal
|
||||||
import gtkgui_helpers
|
import gtkgui_helpers
|
||||||
|
|
Loading…
Add table
Reference in a new issue