[yelp] yelp-location-entry: Removed a line I accidentally left in



commit f1500c165ca2d9e4bf763f8944b2633ae21a3f5e
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Jan 20 16:20:53 2012 -0500

    yelp-location-entry: Removed a line I accidentally left in

 libyelp/yelp-location-entry.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libyelp/yelp-location-entry.c b/libyelp/yelp-location-entry.c
index 762be04..0156fe3 100644
--- a/libyelp/yelp-location-entry.c
+++ b/libyelp/yelp-location-entry.c
@@ -722,7 +722,6 @@ location_entry_set_completion (YelpLocationEntry *entry,
     GtkCellRenderer *icon_cell, *bookmark_cell;
 
     priv->completion = gtk_entry_completion_new ();
-    gtk_entry_completion_insert_action_text (priv->completion, -1, "SEARCH");
     gtk_entry_completion_set_minimum_key_length (priv->completion, 3);
     gtk_entry_completion_set_model (priv->completion, model);
     gtk_entry_completion_set_text_column (priv->completion, COMPLETION_COL_TITLE);



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