[Pkg-gourmet-changes] gourmet/src/lib/exporters recipe_emailer.py,
1.1.1.1, 1.2
seanius at haydn.debian.org
seanius at haydn.debian.org
Mon Sep 12 19:36:21 UTC 2005
- Previous message: [Pkg-gourmet-changes] gourmet/glade recCard.glade,1.1.1.1,1.2
- Next message: [Pkg-gourmet-changes] gourmet/src/lib GourmetRecipeManager.py,
1.1.1.1, 1.2 __init__.py, 1.1.1.1, 1.2 check_encodings.py,
1.1.1.1, 1.2 dialog_extras.py, 1.1.1.1, 1.2 keyEditor.py,
1.1.1.1, 1.2 reccard.py, 1.1.1.1, 1.2 timeEntry.py, 1.1.1.1,
1.2 version.py, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pkg-gourmet/gourmet/src/lib/exporters
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv11478/src/lib/exporters
Modified Files:
recipe_emailer.py
Log Message:
new upstream release
Index: recipe_emailer.py
===================================================================
RCS file: /cvsroot/pkg-gourmet/gourmet/src/lib/exporters/recipe_emailer.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- recipe_emailer.py 5 Sep 2005 00:19:42 -0000 1.1.1.1
+++ recipe_emailer.py 12 Sep 2005 19:36:18 -0000 1.2
@@ -126,7 +126,9 @@
dont_ask_cb=self.dont_ask_cb,
dont_ask_custom_text=_("Don't ask before sending e-mail."))
retlist = d.run()
- if retlist:
+ if not retlist:
+ raise "Dialog cancelled!"
+ else:
for o in retlist:
k = o[0]
v = o[1]
- Previous message: [Pkg-gourmet-changes] gourmet/glade recCard.glade,1.1.1.1,1.2
- Next message: [Pkg-gourmet-changes] gourmet/src/lib GourmetRecipeManager.py,
1.1.1.1, 1.2 __init__.py, 1.1.1.1, 1.2 check_encodings.py,
1.1.1.1, 1.2 dialog_extras.py, 1.1.1.1, 1.2 keyEditor.py,
1.1.1.1, 1.2 reccard.py, 1.1.1.1, 1.2 timeEntry.py, 1.1.1.1,
1.2 version.py, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Pkg-gourmet-changes
mailing list