[python-dialog] add mising python-dialog-demo.patch

Miloš Jakubíček mjakubicek at fedoraproject.org
Thu Jan 20 13:01:52 UTC 2011


commit 4c5553d7345d5c88e121dce26667f1938e56b552
Author: Milos Jakubicek <xjakub at fi.muni.cz>
Date:   Thu Jan 20 14:01:32 2011 +0100

    add mising python-dialog-demo.patch

 python-dialog-demo.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/python-dialog-demo.patch b/python-dialog-demo.patch
new file mode 100644
index 0000000..6e79dd5
--- /dev/null
+++ b/python-dialog-demo.patch
@@ -0,0 +1,11 @@
+--- demo.py.orig	2004-09-03 09:48:45.000000000 +0200
++++ demo.py	2011-01-20 13:37:06.000000000 +0100
+@@ -109,7 +109,7 @@
+ 
+ 
+ def textbox_demo(d):
+-    d.textbox("demo.py", width=76)
++    d.textbox(os.path.abspath(__file__), width=76)
+ 
+ 
+ def inputbox_demo(d):


More information about the scm-commits mailing list