[gnome-schedule] Fix typo: output<0 should be output<2
- From: Gaute Hope <gauteh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-schedule] Fix typo: output<0 should be output<2
- Date: Mon, 15 Mar 2010 08:22:19 +0000 (UTC)
commit 7a5b5ef5c6a6272996848891adc176c32d62069a
Author: Gaute Hope <eg gaute vetsj com>
Date: Mon Mar 15 09:22:33 2010 +0100
Fix typo: output<0 should be output<2
src/xwrapper.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/xwrapper.py b/src/xwrapper.py
index 6ba0351..4afe622 100755
--- a/src/xwrapper.py
+++ b/src/xwrapper.py
@@ -124,7 +124,7 @@ if job_type == 0:
print _("Launching %s.." % title)
if (output < 2):
- print _("output<0: Why am I launched?")
+ print _("output<2: Why am I launched?")
sys.exit (1)
if (len (display) < 2):
print _("len(display)<2: No proper DISPLAY variable")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]