Added a little locking, seems to have fixed the segmentation fault

This commit is contained in:
Anna 2010-04-22 15:13:49 -04:00
parent 45b374f24f
commit b9965dc75c
2 changed files with 7 additions and 1 deletions

View file

@ -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()