summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-01-20 16:20:53 -0500
committerShaun McCance <shaunm@gnome.org>2012-01-20 16:20:53 -0500
commitf1500c165ca2d9e4bf763f8944b2633ae21a3f5e (patch)
tree1429cf2ea7fb557634d7edc90ac36ad55bbdd713
parent8b5ad3261bf1a7df86a1c5f50f8f6e8104d97aa5 (diff)
downloadyelp-f1500c165ca2d9e4bf763f8944b2633ae21a3f5e.tar.gz
yelp-location-entry: Removed a line I accidentally left in
-rw-r--r--libyelp/yelp-location-entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libyelp/yelp-location-entry.c b/libyelp/yelp-location-entry.c
index 762be04d..0156fe30 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);