From 72fad93587a4f4c6d60e613e86b4a85e0f1f31d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 24 Aug 2010 21:11:36 +0200 Subject: tests/testsocket: Fix broken test Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867 --- tests/testsocket_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/testsocket_common.c') 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); -- cgit v1.2.1