forked from AuroraMiddleware/gtk
it's _set_active, not _set_active_item.
Wed Oct 15 22:39:23 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's _set_active, not _set_active_item.
This commit is contained in:
parent
7cd9dc32da
commit
7c4b8aef83
@ -1,3 +1,8 @@
|
||||
Wed Oct 15 22:39:23 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
|
||||
_set_active, not _set_active_item.
|
||||
|
||||
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.h: add padding to the class structure.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Oct 15 22:39:23 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
|
||||
_set_active, not _set_active_item.
|
||||
|
||||
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.h: add padding to the class structure.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Oct 15 22:39:23 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
|
||||
_set_active, not _set_active_item.
|
||||
|
||||
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.h: add padding to the class structure.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Oct 15 22:39:23 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
|
||||
_set_active, not _set_active_item.
|
||||
|
||||
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.h: add padding to the class structure.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Oct 15 22:39:23 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
|
||||
_set_active, not _set_active_item.
|
||||
|
||||
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.h: add padding to the class structure.
|
||||
|
@ -128,7 +128,7 @@ gtk_combo_box_entry_init (GtkComboBoxEntry *entry_box)
|
||||
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (entry_box),
|
||||
entry_box->priv->text_renderer, TRUE);
|
||||
|
||||
gtk_combo_box_set_active_item (GTK_COMBO_BOX (entry_box), -1);
|
||||
gtk_combo_box_set_active (GTK_COMBO_BOX (entry_box), -1);
|
||||
|
||||
g_signal_connect (entry_box->priv->entry, "changed",
|
||||
G_CALLBACK (gtk_combo_box_entry_contents_changed),
|
||||
|
Loading…
Reference in New Issue
Block a user