[gtk+/parasite2: 10/38] parasite: Use the right icon name for inspect
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/parasite2: 10/38] parasite: Use the right icon name for inspect
- Date: Thu, 8 May 2014 22:16:42 +0000 (UTC)
commit 1a09d5561439e64cacbdf5006725a71e20ee9f88
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 4 09:27:41 2014 -0400
parasite: Use the right icon name for inspect
modules/other/parasite/inspect-button.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/other/parasite/inspect-button.c b/modules/other/parasite/inspect-button.c
index 5bfe5de..b148528 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]