GNOME Bugzilla – Bug 341101
Cannot Activate Web History / Web Searches
Last modified: 2006-05-09 17:39:09 UTC
This was originally filed as Debian bug #363913 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363913): From: Carlos Moffat <carlos.lst@eldiabloenlosdetalles.net> Subject: deskbar-applet: Cannot Activate Web History / Web Searches Date: Thu, 20 Apr 2006 10:52:39 -0400 Package: deskbar-applet Version: 2.14.1.1-1 Severity: normal Hi, With the latest version, I'm unable to activate the Web History and Web Searches. Clicking on them is ignored. The rest works fine. Thanks, Carlos The output of /usr/lib/deskbar-applet/deskbar-applet -w yields in part: [...] Initializing Web Bookmarks Error retreiving Mozilla Bookmarks: No option 'Default' in section: 'General' [...] Initializing Web Searches Error while initializing Web Searches: No option 'Default' in section: 'General' [...] This patch was sent in by P. Oscar Boykin: --- mozilla.py.bak 2006-05-05 09:33:38.000000000 -0400 +++ mozilla.py 2006-05-05 09:48:21.000000000 -0400 @@ -37,7 +37,7 @@ path = None for section in config.sections(): - if config.get (section, "Default") == 1: + if config.has_option(section, "Default") and config.get (section, "Default") == 1: path = config.get (section, "Path") break elif path == None and config.has_option(section, "Path"):
Thanks for the patch, applied in head and 2.14