GNOME Bugzilla – Bug 351919
Creating Firefox bookmark with empty Location (URL) field throws AttributeError
Last modified: 2006-08-21 13:09:10 UTC
I created a new bookmark with a name but no location (by accident) and Deskbar told me there'd been an error. It didn't crash and I was able to repeat the error by adding another empty bookmark: Traceback (most recent call last):
+ Trace 70666
self.watcher.connect('changed', lambda watcher, f: self._parse_bookmarks())
self._bookmarks, parsed_file, self._shortcuts_to_smart_bookmarks_map = MozillaBookmarksParser(self).get_indexer()
self.close()
self.goahead(1)
k = self.parse_endtag(i)
self.handle_endtag(tag.lower())
if self.href.startswith("javascript:"):
Great app, keep up the good work!
Running on Dapper Drake. Firefox 1.5.0.5 and Deskbar 2.14.2. Thanks.
I can't reproduce this problem with the latest CVS version.
This was fixed in CVS already, closing