summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index cc7aaae16..68339c2c7 100755
--- a/gui.py
+++ b/gui.py
@@ -21,7 +21,7 @@ import sys
import parted
import gtk
import htmlbuffer
-import rpm
+import rpm404 as rpm
from language import expandLangs
from splashscreen import splashScreenPop
from flags import flags
@@ -407,6 +407,8 @@ class MessageWindow:
tbutton = "gtk-cancel"
else:
tbutton = button
+
+ print "adding button ",tbutton
widget = dialog.add_button(tbutton, rid)
rid = rid + 1