diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 16:19:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 16:19:01 +0000 |
commit | 837b7120a81a4a64ece4dc361efba656641d091f (patch) | |
tree | d6b210fd337e6643259f848918c8f0b46126b880 /tests/testgtk.c | |
parent | 671b3b0eb06ede434e5e64ff77e7444634cb59a1 (diff) | |
download | gtk+-837b7120a81a4a64ece4dc361efba656641d091f.tar.gz |
Revert inline-pixbuf changes until Tim comes back to fix missing files
Diffstat (limited to 'tests/testgtk.c')
-rw-r--r-- | tests/testgtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index 91678f469a..00aacddafe 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -3101,7 +3101,7 @@ static GtkItemFactoryEntry menu_items[] = { "/_Preferences/Shape/_Oval", NULL, gtk_ifactory_cb, 0, "/Preferences/Shape/Rectangle" }, { "/_Preferences/Shape/_Rectangle", NULL, gtk_ifactory_cb, 0, "/Preferences/Shape/Square" }, { "/_Preferences/Shape/_Oval", NULL, gtk_ifactory_cb, 0, "/Preferences/Shape/Rectangle" }, - { "/_Preferences/Shape/_Image", NULL, gtk_ifactory_cb, 0, "<ImageItem>", apple }, + { "/_Preferences/Shape/_Image", NULL, gtk_ifactory_cb, 0, "<ImageItem>", (gchar**) apple, sizeof(apple) }, /* For testing deletion of menus */ { "/_Preferences/Should_NotAppear", NULL, 0, 0, "<Branch>" }, |