[Deskbar] mozilla handler broken



Currently broken for me:

"Initializing ('Mozilla/Firefox', 'Index your bookmarks and search engines')
Error:consume_queue:Got an error while processing item:
MozillaBookmarksParser instance has no attribute 'add'"

This litle patch seems to fix it

--
João Inácio
jcinacio gmail com
--- handlers/mozilla.py	2005-10-15 15:01:34.000000000 +0100
+++ ../../deskbar-applet-work/deskbar/handlers/mozilla.py	2005-10-14 21:04:57.000000000 +0100
@@ -42,7 +41,7 @@
 		else:
 			smart_dirs = [get_mozilla_home_file("search"), "/usr/lib/mozilla/searchplugins"]
 			
-		parser = MozillaSmartBookmarksDirParser(self, indexed, smart_dirs)
+		parser = MozillaSmartBookmarksDirParser(self, indexed.get_indexer(), smart_dirs)
 		
 		return (indexed.get_indexer(), parser.get_smart_bookmarks()) 				


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]