diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-08-24 21:11:36 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-08-24 23:49:21 +0200 |
commit | 72fad93587a4f4c6d60e613e86b4a85e0f1f31d6 (patch) | |
tree | 3f19cb5812ffcf2abb5205e20160f0b202fb8aa8 /tests/testsocket_common.c | |
parent | 1abb8f6e7fa9999a68798e44348d2426b901de39 (diff) | |
download | gtk+-72fad93587a4f4c6d60e613e86b4a85e0f1f31d6.tar.gz |
tests/testsocket: Fix broken test
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867
Diffstat (limited to 'tests/testsocket_common.c')
-rw-r--r-- | tests/testsocket_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testsocket_common.c b/tests/testsocket_common.c index 1dc3af0c57..da28f3a81c 100644 --- a/tests/testsocket_common.c +++ b/tests/testsocket_common.c @@ -182,8 +182,6 @@ create_menubar (GtkWindow *window) menuitem = gtk_menu_item_new_with_mnemonic ("O_K"); gtk_menu_shell_append (GTK_MENU_SHELL (menubar), menuitem); - menu = gtk_menu_new (); - gtk_menu_item_set_submenu (GTK_MENU_ITEM (menuitem), menu); menuitem = gtk_menu_item_new_with_mnemonic ("_Help"); gtk_menu_shell_append (GTK_MENU_SHELL (menubar), menuitem); |