From bcc600dc066716c0a95c3e751cf6ab66e3c6350c Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 18 Dec 2001 20:45:58 +0000 Subject: doh --- iw/dependencies_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iw/dependencies_gui.py b/iw/dependencies_gui.py index 116de3b0a..e639fcdee 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 = gtk.GtkScrolledWindow () + sw = GtkScrolledWindow () sw.set_border_width (5) sw.set_policy (POLICY_AUTOMATIC, POLICY_AUTOMATIC) -- cgit