revert [7259]

This commit is contained in:
Stefan Bethge 2006-10-16 22:40:52 +00:00
parent 2ee4333b0b
commit 6ca90b0a9f
1 changed files with 1 additions and 4 deletions

View File

@ -1997,10 +1997,7 @@ if __name__ == '__main__':
try:
import gnome.ui
except ImportError:
try:
print >> sys.stderr, _('Session Management support not available (missing gnome.ui module)')
except IOError:
pass
print >> sys.stderr, _('Session Management support not available (missing gnome.ui module)')
else:
def die_cb(cli):
gtk.main_quit()