Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/persistence/joke.py
diff options
context:
space:
mode:
authorAntoine van Gelder <antoine@g7.org.za>2008-01-13 12:06:43 (GMT)
committer Antoine van Gelder <antoine@g7.org.za>2008-01-13 12:06:43 (GMT)
commit8e1c3f9f01edf01e544514056ad5ef4dffb362c7 (patch)
treeb234e99b1391d6c875a5268d622be29d0436be63 /persistence/joke.py
parentfd1864cbb1a643d02bc18055f00eb9ed28f75d45 (diff)
* Widget rendering
** Fix: Widgets not rendering on first expose on XO hardware *** XO Hardware doesn't like GtkButton::inner-border property in gtkrc ** Fix: Background color of sound selector is black on XO hardware *** XO Hardware sets default widget background of RoundBox to black for some reason ** Fix: Lesson plans are being opened as text by AbiWord on XO hardware *** Abiword is now quite insistent upon application/x-abiword. * Fix: Cursor now changes to hand icon when over sound selector * Added: AUTHORS file * Fix: Modified copyright header on source files
Diffstat (limited to 'persistence/joke.py')
-rw-r--r--persistence/joke.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/persistence/joke.py b/persistence/joke.py
index 0af66b8..7f96606 100644
--- a/persistence/joke.py
+++ b/persistence/joke.py
@@ -1,3 +1,5 @@
+# Copyright 2007 World Wide Workshop Foundation
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -12,6 +14,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
+# If you find this activity useful or end up using parts of it in one of your
+# own creations we would love to hear from you at info@WorldWideWorkshop.org !
+#
from util.persistence import Persistent, PersistentProperty
@@ -82,4 +87,4 @@ Alex who?'''
return self
- \ No newline at end of file
+