summaryrefslogtreecommitdiff
path: root/tests/testsocket_child.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-07 22:33:14 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-07 22:33:14 +0000
commit59444d85e3abd3c9f8b1c1c27fdd67c4b716e723 (patch)
tree6ed58080028180d36b7d400f95795b630a91099f /tests/testsocket_child.c
parent10b868ebaea6ec4599e8fa7649b887fc329fcd1b (diff)
downloadgtk+-59444d85e3abd3c9f8b1c1c27fdd67c4b716e723.tar.gz
Now it's a GObject instead of a GtkObject. The
Thu Jun 7 18:25:42 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c: Now it's a GObject instead of a GtkObject. The GtkTreeSelection::selection_changed signal is now the GtkTreeSelection::changed signal. * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection object. * tests/gtktree*.c: Modified to deal with new GtkTreeSelection object.
Diffstat (limited to 'tests/testsocket_child.c')
-rw-r--r--tests/testsocket_child.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testsocket_child.c b/tests/testsocket_child.c
index 8848cf96ea..084e71a917 100644
--- a/tests/testsocket_child.c
+++ b/tests/testsocket_child.c
@@ -15,7 +15,6 @@ add_buttons (GtkWidget *widget, GtkWidget *box)
{
GtkWidget *add_button;
GtkWidget *remove_button;
- GtkWidget *toplevel = gtk_widget_get_toplevel (box);
add_button = gtk_button_new_with_mnemonic ("_Add");
gtk_box_pack_start (GTK_BOX (box), add_button, TRUE, TRUE, 0);