Skip to content

Commit

Permalink
Progress with full title including namespace.
Browse files Browse the repository at this point in the history
This worked before and will now work again.
  • Loading branch information
Tim Weber committed Nov 10, 2009
1 parent 068e7e4 commit fb21ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import.py
Expand Up @@ -381,7 +381,7 @@ def in_page(self, name, attrs):
def in_title(self, name, attrs):
if attrs == False:
self.page.setTitle(singletext(self.captureGet()).encode(ENCODING))
progress(' ' + self.page.title)
progress(' ' + self.page.fulltitle)
def in_page_id(self, name, attrs):
if attrs == False:
self.page.setID(int(singletext(self.captureGet())))
Expand Down

0 comments on commit fb21ab4

Please sign in to comment.