forked from AuroraMiddleware/gtk
Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position property. Fix pointet out by Tommi Komulainen.
This commit is contained in:
parent
9c34ec2ee4
commit
b371e7152f
@ -1,3 +1,9 @@
|
||||
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
|
||||
not PROP_MIN_POSITION for the max_position property. Fix pointet
|
||||
out by Tommi Komulainen.
|
||||
|
||||
Sun Aug 22 13:32:33 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
|
||||
not PROP_MIN_POSITION for the max_position property. Fix pointet
|
||||
out by Tommi Komulainen.
|
||||
|
||||
Sun Aug 22 13:32:33 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
|
||||
not PROP_MIN_POSITION for the max_position property. Fix pointet
|
||||
out by Tommi Komulainen.
|
||||
|
||||
Sun Aug 22 13:32:33 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
|
||||
not PROP_MIN_POSITION for the max_position property. Fix pointet
|
||||
out by Tommi Komulainen.
|
||||
|
||||
Sun Aug 22 13:32:33 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
|
||||
|
@ -268,7 +268,7 @@ gtk_paned_class_init (GtkPanedClass *class)
|
||||
* Since: 2.4
|
||||
*/
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_MIN_POSITION,
|
||||
PROP_MAX_POSITION,
|
||||
g_param_spec_int ("min_position",
|
||||
P_("Minimal Position"),
|
||||
P_("Smallest possible value for the \"position\" property"),
|
||||
|
Loading…
Reference in New Issue
Block a user