forked from AuroraMiddleware/gtk
searchenginequartz: Fix naming of Beagle @ comment
As funny as that is, it's not very instructive. :P https://gitlab.gnome.org/GNOME/gtk/merge_requests/490#note_400993
This commit is contained in:
parent
52b9e4703b
commit
cd69570e78
@ -73,9 +73,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GtkSearchEngineQuartz, _gtk_search_engine_quartz, GT
|
||||
{
|
||||
int i;
|
||||
GList *hits = NULL;
|
||||
/* The max was originally set to 1000 to mimic something called "the
|
||||
* boogie backend".
|
||||
*/
|
||||
/* The max was originally set to 1000 to mimic the Beagle backend. */
|
||||
const unsigned int max_hits = 1000;
|
||||
const unsigned int max_iter = submitted_hits + [ns_query resultCount];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user