mateosalta / CamCastic-Desktop

Port and rework of linux version of camdesk to python3 pygi gtk3 gstreamer 1.0
GNU General Public License v3.0
5 stars 1 forks source link

Fix settings window #2

Closed mateosalta closed 10 years ago

mateosalta commented 10 years ago

Hit F5 to try and get settings window, gets this error:

Traceback (most recent call last): File "./camdesk.py", line 28, in properties self.win = Gtk.Window(Gtk.Window.TOPLEVEL) AttributeError: type object 'Window' has no attribute 'TOPLEVEL'