[gimp/icons-wip] icons: Bug 759904



commit c92f120ea876350be43ce5e65d8c2839b9d24487
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Tue Jun 28 21:10:18 2016 +0200

    icons: Bug 759904
    
    patch:
    replace "edit-find" by "gimp-tool-zoom"
    
    gimp/plug-ins/help-browser/dialog.c:      "find", "edit-find",
    gimp/app/actions/dialogs-actions.c:  { "dialogs-action-search", "edit-find",
    gimp/app/widgets/gimpsearchpopup.c:                           GTK_ENTRY_ICON_PRIMARY, "edit-find");

 app/actions/dialogs-actions.c               |    2 +-
 app/widgets/gimpsearchpopup.c               |    2 +-
 icons/Prototype/Color/16/gimp-search.png    |  Bin 958 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-search.png |  Bin 688 -> 0 bytes
 plug-ins/help-browser/dialog.c              |    2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/actions/dialogs-actions.c b/app/actions/dialogs-actions.c
index a16b6b6..34b93cf 100644
--- a/app/actions/dialogs-actions.c
+++ b/app/actions/dialogs-actions.c
@@ -283,7 +283,7 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
     "gimp-about-dialog",
       GIMP_HELP_ABOUT_DIALOG },
 
-  { "dialogs-action-search", "edit-find",
+  { "dialogs-action-search", GIMP_STOCK_TOOL_ZOOM,
     NC_("dialogs-action", "_Search and Run a Command"), "slash",
     NC_("dialogs-action", "Search commands by keyword, and run them"),
     "gimp-action-search-dialog",
diff --git a/app/widgets/gimpsearchpopup.c b/app/widgets/gimpsearchpopup.c
index c41e629..5a9c3c3 100644
--- a/app/widgets/gimpsearchpopup.c
+++ b/app/widgets/gimpsearchpopup.c
@@ -357,7 +357,7 @@ 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_ICON_PRIMARY, GIMP_STOCK_TOOL_ZOOM);
   gtk_box_pack_start (GTK_BOX (main_vbox),
                       popup->priv->keyword_entry,
                       FALSE, FALSE, 0);
diff --git a/plug-ins/help-browser/dialog.c b/plug-ins/help-browser/dialog.c
index 1125788..3c8ed98 100644
--- a/plug-ins/help-browser/dialog.c
+++ b/plug-ins/help-browser/dialog.c
@@ -598,7 +598,7 @@ ui_manager_new (GtkWidget *window)
       G_CALLBACK (zoom_out_callback)
     },
     {
-      "find", "edit-find",
+      "find", "gimp-tool-zoom",
       NULL, "<control>F", N_("Find text in current page"),
       G_CALLBACK (find_callback)
     },


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