[nautilus] Use window-close icon instead of list remove in query editor
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Use window-close icon instead of list remove in query editor
- Date: Tue, 31 Jul 2012 14:59:00 +0000 (UTC)
commit 21bef4a8949e742ee0b3bd3ff54b6faaa3ea75e7
Author: William Jon McCann <jmccann redhat com>
Date: Tue Jul 31 16:04:46 2012 +0200
Use window-close icon instead of list remove in query editor
src/nautilus-query-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 8d88fda..45d34e6 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -964,7 +964,7 @@ nautilus_query_editor_add_row (NautilusQueryEditor *editor,
create_type_widgets (row);
button = gtk_button_new ();
- image = gtk_image_new_from_icon_name ("list-remove-symbolic",
+ image = gtk_image_new_from_icon_name ("window-close-symbolic",
GTK_ICON_SIZE_SMALL_TOOLBAR);
gtk_container_add (GTK_CONTAINER (button), image);
gtk_widget_show (image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]