scratchpad/drag-n-drop fixes
svn: r6194
This commit is contained in:
@@ -57,7 +57,7 @@ class Note(BaseObject):
|
||||
return (self.text,self.format)
|
||||
|
||||
def unserialize(self,data):
|
||||
if data is not None:
|
||||
if data:
|
||||
(self.text,self.format) = data
|
||||
return self
|
||||
|
||||
|
||||
Reference in New Issue
Block a user