forked from AuroraMiddleware/gtk
Fix the al lowed values and default value for the ::active property.
Thu Jun 3 20:51:23 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the al lowed values and default value for the ::active property. (#143669, Olivier Andrieu)
This commit is contained in:
parent
f48ad7c0cc
commit
4d33f2c956
@ -1,3 +1,9 @@
|
||||
Thu Jun 3 20:56:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
|
||||
values and default value for the ::active property. (#143669,
|
||||
Olivier Andrieu)
|
||||
|
||||
2004-06-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jun 3 20:56:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
|
||||
values and default value for the ::active property. (#143669,
|
||||
Olivier Andrieu)
|
||||
|
||||
2004-06-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jun 3 20:56:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
|
||||
values and default value for the ::active property. (#143669,
|
||||
Olivier Andrieu)
|
||||
|
||||
2004-06-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jun 3 20:56:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
|
||||
values and default value for the ::active property. (#143669,
|
||||
Olivier Andrieu)
|
||||
|
||||
2004-06-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
|
||||
|
@ -502,9 +502,9 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
|
||||
g_param_spec_int ("active",
|
||||
P_("Active item"),
|
||||
P_("The item which is currently active"),
|
||||
0,
|
||||
-1,
|
||||
G_MAXINT,
|
||||
0,
|
||||
-1,
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user