Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'widgets.py')
-rw-r--r--widgets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets.py b/widgets.py
index b79dbf7..0df2b7e 100644
--- a/widgets.py
+++ b/widgets.py
@@ -27,6 +27,9 @@ from sugar.datastore import datastore
logger = logging.getLogger('write-activity')
+"""
+# The FontCombo is not used anymore, keep the code here for reference
+# for a few versions
class FontCombo(ComboBox):
@@ -86,6 +89,7 @@ class FontCombo(ComboBox):
self.handler_block(self._fonts_changed_id)
self.set_active(font_index)
self.handler_unblock(self._fonts_changed_id)
+"""
class FontSizeCombo(ComboBox):