GNOME Bugzilla – Bug 504163
need to do beagle_client_new otherwise never contacts beagled for search
Last modified: 2008-02-02 23:48:38 UTC
Please describe the problem: yelp-search-parser.c needs to do a "beagle_client = beagle_client_new (NULL)" like yelp-search-pager.c. Otherwise beagle_client will obviously be null and yelp will assume that beagled is not running. Steps to reproduce: Start beagled, start yelp and notice yelp printing a warning message on the terminal that "beagled is not running". Actual results: Expected results: Does this happen every time? Other information:
Thanks. Fixed in SVN trunk. 2008-01-10 Don Scorgie <dscorgie@svn.gnome.org> * src/yelp-search-parser.c: Get a beagle client if it's available allowing beagle to be used again (bug #504163)