summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libyelp/yelp-location-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyelp/yelp-location-entry.c b/libyelp/yelp-location-entry.c
index 0b28e172..6cd7a265 100644
--- a/libyelp/yelp-location-entry.c
+++ b/libyelp/yelp-location-entry.c
@@ -319,7 +319,7 @@ yelp_location_entry_init (YelpLocationEntry *entry)
GTK_ENTRY_ICON_PRIMARY,
FALSE);
gtk_entry_set_icon_activatable (GTK_ENTRY (priv->text_entry),
- GTK_ENTRY_ICON_PRIMARY,
+ GTK_ENTRY_ICON_SECONDARY,
TRUE);
/* Trying to get the text to line up with the text in the GtkEntry.