summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-27 17:46:48 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-27 17:46:48 +0800
commit079027556e845b04343432ccf9fcf092527c986f (patch)
tree9ad064bb4594b22ae25bcbf02738a940806893ce /setup
parent64a8ed4ca32aaf70c9289fd2a91ff485936f2ea1 (diff)
downloadibus-079027556e845b04343432ccf9fcf092527c986f.tar.gz
ibus-079027556e845b04343432ccf9fcf092527c986f.tar.xz
ibus-079027556e845b04343432ccf9fcf092527c986f.zip
Update translation problems.
Diffstat (limited to 'setup')
-rw-r--r--setup/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup/main.py b/setup/main.py
index 0403336..e5a273a 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -141,7 +141,6 @@ class Setup(object):
except:
while self.__bus == None:
message = _("IBus daemon is not started. Do you want to start it now?")
- print >> sys.stderr, message
dlg = gtk.MessageDialog(type = gtk.MESSAGE_QUESTION,
buttons = gtk.BUTTONS_YES_NO,
message_format = message)