- # figure out if we want to run interface at 800x600 or 640x480
- if gtk.gdk.screen_width() >= 800:
- self.runres = "800x600"
- else:
- self.runres = "640x480"
root = gtk.gdk.get_default_root_window()
cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
root.set_cursor(cursor)
@@ -1303,7 +1298,7 @@ class InstallInterface(InstallInterfaceBase):
anaconda.keyboard.activate()