Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readtoolbar.py
diff options
context:
space:
mode:
authorJames Simmons <ja.simmons@sbcglobal.net>2008-04-20 15:07:15 (GMT)
committer James Simmons <ja.simmons@sbcglobal.net>2008-04-20 15:07:15 (GMT)
commitc5c8996640412d5bb04122194c33f8f1f58e9001 (patch)
tree8611fd0c18b9741ade49970169a0cd195a9809fc /readtoolbar.py
parente004ddc233d81ac098ec1350daa9c2e37cc83205 (diff)
Allow View Slides to work with zips containing subdirectories, non-image files.
Diffstat (limited to 'readtoolbar.py')
-rw-r--r--readtoolbar.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/readtoolbar.py b/readtoolbar.py
index 417ae89..3fec0d7 100644
--- a/readtoolbar.py
+++ b/readtoolbar.py
@@ -84,9 +84,6 @@ class ReadToolbar(gtk.Toolbar):
self._downloaded_label = gtk.Label()
- # label_attributes = pango.AttrList()
- # label_attributes.insert(pango.AttrSize(14000, 0, -1))
- # label_attributes.insert(pango.AttrForeground(65535, 65535, 65535, 0, -1))
self._downloaded_label.set_attributes(label_attributes)
self._downloaded_label.set_text('')