[yelp/yelp-3-0] [yelp-location-entry] Primary icon should not be activatable



commit 6dbb2d3b0d2c911953c4f17fc5bb50edca2ed895
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Mar 28 14:12:48 2010 -0500

    [yelp-location-entry] Primary icon should not be activatable

 libyelp/yelp-location-entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libyelp/yelp-location-entry.c b/libyelp/yelp-location-entry.c
index 0b28e17..6cd7a26 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.



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