summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-28 14:12:48 -0500
committerShaun McCance <shaunm@gnome.org>2010-03-31 20:32:15 -0500
commit6dbb2d3b0d2c911953c4f17fc5bb50edca2ed895 (patch)
tree262f08fa89048b8c289f170dbda69edaca06a3e1
parentbd1618f4d665e04cced99a0c20ffb10197d63658 (diff)
downloadyelp-6dbb2d3b0d2c911953c4f17fc5bb50edca2ed895.tar.gz
[yelp-location-entry] Primary icon should not be activatable
-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.