#! /bin/sh /usr/share/dpatch/dpatch-run
## 060_crash_at_save.dpatch by Olivier Berger <olivier.berger@it-sudparis.eu>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix crash at save time

@DPATCH@

diff --exclude debian -ruNad revelation-0.4.11.orig/src/lib/entry.py revelation-0.4.11/src/lib/entry.py
--- revelation-0.4.11.orig/src/lib/entry.py	2008-10-05 14:53:28.000000000 +0200
+++ revelation-0.4.11/src/lib/entry.py	2008-10-05 14:53:38.000000000 +0200
@@ -370,7 +370,7 @@
 	symbol		= None
 
 	datatype	= None
-	value		= None
+	value		= ""
 
 	def __init__(self, value = ""):
 		self.value = value
