[monkey-bubble: 549/753] Use the GTK+ stock icons, not the removed libgnomeui ones.
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 549/753] Use the GTK+ stock icons, not the removed libgnomeui ones.
- Date: Wed, 14 Jul 2010 22:41:48 +0000 (UTC)
commit 8d018838ce30e762cba3da7735689f3c4cc790b4
Author: Martin Baulig <martin src gnome org>
Date: Sat Jul 21 20:11:59 2001 +0000
Use the GTK+ stock icons, not the removed libgnomeui ones.
demos/winhints_demo.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demos/winhints_demo.c b/demos/winhints_demo.c
index 1f60ab5..3742c01 100644
--- a/demos/winhints_demo.c
+++ b/demos/winhints_demo.c
@@ -252,7 +252,7 @@ static void prepare_app(void)
gtk_container_add(GTK_CONTAINER(button), hb);
gtk_widget_show(hb);
- apic = gtk_image_new_from_stock (GNOME_STOCK_PIXMAP_HELP,
+ apic = gtk_image_new_from_stock (GTK_STOCK_HELP,
GTK_ICON_SIZE_BUTTON);
gtk_box_pack_start(GTK_BOX(hb), apic, FALSE, FALSE, 0);
gtk_widget_show(apic);
@@ -261,7 +261,7 @@ static void prepare_app(void)
gtk_box_pack_end(GTK_BOX(hb), label, FALSE, FALSE, 5);
gtk_widget_show(label);
- button = gtk_button_new_from_stock (GNOME_STOCK_BUTTON_CLOSE);
+ button = gtk_button_new_from_stock (GTK_STOCK_CLOSE);
gtk_box_pack_end(GTK_BOX(hb1), button, FALSE, FALSE, 0);
gtk_signal_connect(GTK_OBJECT(button), "clicked",
GTK_SIGNAL_FUNC(quit_cb), lbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]