[gtk/gtk-3-24] searchenginequartz: Fix naming of Beagle @ comment



commit 105dd5eda01079ce7d039626f992404ba744c381
Author: Daniel Boles <dboles src gmail com>
Date:   Mon Jan 7 20:34:32 2019 +0000

    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

 gtk/gtksearchenginequartz.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/gtk/gtksearchenginequartz.c b/gtk/gtksearchenginequartz.c
index 95558a07f2..7e9d5dd721 100644
--- a/gtk/gtksearchenginequartz.c
+++ b/gtk/gtksearchenginequartz.c
@@ -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];
 


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