Added a little locking, seems to have fixed the segmentation fault
This commit is contained in:
parent
45b374f24f
commit
b9965dc75c
2 changed files with 7 additions and 1 deletions
|
@ -446,5 +446,6 @@ parser.add_option('-c' ,'--config', dest="filename", default="~/.mytwitter.conf"
|
|||
(options, args) = parser.parse_args()
|
||||
|
||||
my_twitter = MyTwitter(options.filename)
|
||||
|
||||
gtk.gdk.threads_init()
|
||||
gtk.main()
|
||||
|
|
Reference in a new issue