Replaced deprecated GObject methods with GLib methods

This commit is contained in:
William Orr
2013-05-06 12:18:10 -04:00
committed by Daniel Narvaez
parent 3a8760c9e4
commit e649070aa2
6 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ test.show()
# test.queue_draw()
# return True
#
#from gi.repository import GObject
#GObject.idle_add(idle_cb)
#from gi.repository import GLib
#GLib.idle_add(idle_cb)
if __name__ == '__main__':
common.main(test)