summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-12-18 20:51:49 +0000
committerMike Fulbright <msf@redhat.com>2001-12-18 20:51:49 +0000
commit85e558d11b71c973591722d752cbe13acfb1ee60 (patch)
tree9cfd198e6ac767a5b65e1a0f024c9512341aca6b /iw
parentbcc600dc066716c0a95c3e751cf6ab66e3c6350c (diff)
downloadanaconda-85e558d11b71c973591722d752cbe13acfb1ee60.tar.gz
anaconda-85e558d11b71c973591722d752cbe13acfb1ee60.tar.xz
anaconda-85e558d11b71c973591722d752cbe13acfb1ee60.zip
doh^2 - still doesnt work but is correct
Diffstat (limited to 'iw')
-rw-r--r--iw/dependencies_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/dependencies_gui.py b/iw/dependencies_gui.py
index e639fcdee..116de3b0a 100644
--- a/iw/dependencies_gui.py
+++ b/iw/dependencies_gui.py
@@ -59,7 +59,7 @@ class UnresolvedDependenciesWindow (InstallWindow):
self.deps = deps
self.comps = comps
- sw = GtkScrolledWindow ()
+ sw = gtk.GtkScrolledWindow ()
sw.set_border_width (5)
sw.set_policy (POLICY_AUTOMATIC, POLICY_AUTOMATIC)