summaryrefslogtreecommitdiffstats
path: root/src/fringlib/fringrenderer.py
diff options
context:
space:
mode:
authorFrederic Back <fredericback@gmail.com>2006-10-04 11:18:03 +0000
committerFrederic Back <fredericback@gmail.com>2006-10-04 11:18:03 +0000
commit5df72aab9a1064a1b008c58d5adaf11abe85fcbb (patch)
treed6b1760e3286410c8b531937e5eb37309ab6b4e0 /src/fringlib/fringrenderer.py
parente92d2f96954066db80eba10f4dfc877756321d00 (diff)
* Changed parent button size to SMALL_TOOLBAR
* Added progress bar * The progress signal now also emits the path getting parsed * Path in status bar is now relative to current path (shorter) git-svn-id: file:///home/lennart/svn/public/fring/trunk@65 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
Diffstat (limited to 'src/fringlib/fringrenderer.py')
-rw-r--r--src/fringlib/fringrenderer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringlib/fringrenderer.py b/src/fringlib/fringrenderer.py
index 2a44f57..63b719b 100644
--- a/src/fringlib/fringrenderer.py
+++ b/src/fringlib/fringrenderer.py
@@ -82,7 +82,7 @@ class FringRenderer:
for entry in data.children:
- hasContents = entry.children != None
+ hasContents = entry.has_children()
start = last
accumulated += entry.size