summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-04 09:27:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-10 22:04:14 -0400
commit5fcd6ba21beda6d2b4931d10d8ea8f0eb3d4744d (patch)
treee6d37868f225d887b5f3ed31aed03e81fec90533
parent828acee98181b6e1157f503a4ab816382963de81 (diff)
downloadgtk+-5fcd6ba21beda6d2b4931d10d8ea8f0eb3d4744d.tar.gz
parasite: Use the right icon name for inspect
-rw-r--r--modules/other/parasite/inspect-button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/other/parasite/inspect-button.c b/modules/other/parasite/inspect-button.c
index 5bfe5debe2..b1485283f9 100644
--- a/modules/other/parasite/inspect-button.c
+++ b/modules/other/parasite/inspect-button.c
@@ -294,7 +294,7 @@ gtkparasite_inspect_button_new (ParasiteWindow *parasite)
{
GtkWidget *button;
- button = gtk_button_new_from_icon_name ("find", GTK_ICON_SIZE_BUTTON);
+ button = gtk_button_new_from_icon_name ("edit-find", GTK_ICON_SIZE_BUTTON);
gtk_widget_set_tooltip_text (button, "Inspect");
g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (on_inspect), parasite);