[gtk+] combobox: Don't set the menu's name twice
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] combobox: Don't set the menu's name twice
- Date: Sat, 26 Mar 2011 23:55:03 +0000 (UTC)
commit f2441c08f1dc4ef1cd57d8915ec18c4a8a4521fd
Author: Benjamin Otte <otte redhat com>
Date: Sat Mar 26 19:22:31 2011 +0100
combobox: Don't set the menu's name twice
gtk/gtkcombobox.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index bf2955f..6f56460 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -3046,8 +3046,6 @@ gtk_combo_box_menu_setup (GtkComboBox *combo_box,
(GtkTreeMenuHeaderFunc)gtk_combo_box_header_func,
combo_box, NULL);
- gtk_widget_set_name (menu, "gtk-combobox-popup-menu");
-
g_signal_connect (menu, "key-press-event",
G_CALLBACK (gtk_combo_box_menu_key_press), combo_box);
gtk_combo_box_set_popup_widget (combo_box, menu);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]