Quickly Warning
- by bradjones
Every time I run my application I receive these warning errors can anyone tell me what is causing them?
$ quickly run
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning:
g_object_set_property: construct property "type" for object `Window'
can't be set after construction
Gtk.Window.__init__(self, type=type, **kwds)
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning:
g_object_set_property: construct property "type" for object `AppWindow'
can't be set after construction
Gtk.Window.__init__(self, type=type, **kwds)