[gimp] app: make the GimpSearchPopup entry icon non-activatable



commit b8aeed47749bba2a1083cb4303f5c050229a2320
Author: Ell <ell_se yahoo com>
Date:   Tue Feb 27 03:52:31 2018 -0500

    app: make the GimpSearchPopup entry icon non-activatable
    
    ... it doesn't actually do anything.

 app/widgets/gimpsearchpopup.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimpsearchpopup.c b/app/widgets/gimpsearchpopup.c
index 9334ea6..404ccb2 100644
--- a/app/widgets/gimpsearchpopup.c
+++ b/app/widgets/gimpsearchpopup.c
@@ -354,6 +354,8 @@ gimp_search_popup_constructed (GObject *object)
   popup->priv->keyword_entry = gtk_entry_new ();
   gtk_entry_set_icon_from_icon_name (GTK_ENTRY (popup->priv->keyword_entry),
                                      GTK_ENTRY_ICON_PRIMARY, "edit-find");
+  gtk_entry_set_icon_activatable (GTK_ENTRY (popup->priv->keyword_entry),
+                                  GTK_ENTRY_ICON_PRIMARY, FALSE);
   gtk_box_pack_start (GTK_BOX (main_vbox),
                       popup->priv->keyword_entry,
                       FALSE, FALSE, 0);


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