[gtk+/kill-size-request] Use correct icon name in testtoolbar
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/kill-size-request] Use correct icon name in testtoolbar
- Date: Wed, 27 Oct 2010 14:18:40 +0000 (UTC)
commit cb34d4036d4e2da29245c62799430e7da38d9dc2
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Oct 27 10:14:25 2010 -0400
Use correct icon name in testtoolbar
tests/testtoolbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testtoolbar.c b/tests/testtoolbar.c
index 1b92d4f..888a52f 100644
--- a/tests/testtoolbar.c
+++ b/tests/testtoolbar.c
@@ -701,7 +701,7 @@ main (gint argc, gchar **argv)
add_item_to_list (store, item, "Video");
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1);
- image = gtk_image_new_from_icon_name ("utility-terminal", GTK_ICON_SIZE_LARGE_TOOLBAR);
+ image = gtk_image_new_from_icon_name ("utilities-terminal", GTK_ICON_SIZE_LARGE_TOOLBAR);
item = gtk_tool_button_new (image, "Terminal");
add_item_to_list (store, item, "Terminal");
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]