Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons <jim@simmons.olpc>2010-03-05 01:20:01 (GMT)
committer James Simmons <jim@simmons.olpc>2010-03-05 01:20:01 (GMT)
commit5cdb7a15e392a20ce0be7ee2bac0cbae454d2684 (patch)
treeb70d27d930d510a605f3ee116f88c436e73aa9a9
parent2d6660b5ab393c5bb63c1fecafbab2706fad7d45 (diff)
Make a version of Read Etexts II that supports new style toolbars.
-rw-r--r--mybutton.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/mybutton.py b/mybutton.py
index 3dfa4de..38a7acb 100644
--- a/mybutton.py
+++ b/mybutton.py
@@ -1,3 +1,21 @@
+# mybutton.py A version of ActivityToolbarButton that hides the "Keep"
+# button.
+
+# Copyright (C) 2010 James D. Simmons
+#
+# 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
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US
import gtk
import gconf