Minor incompat fix for GtkFrame properties
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Cc: gnome-2-0-list gnome org
- Subject: Minor incompat fix for GtkFrame properties
- Date: 19 Nov 2001 12:37:11 -0500
Just checked this in:
Mon Nov 19 12:28:02 2001 Owen Taylor <otaylor redhat com>
* gtk/gtkframe.c (gtk_frame_class_init): label_xalign
and label_yalign need to be float properties to
correspond to GTK+-1.2, to gtk_frame_set_label_align,
and to the types of the xalign and yalign properties of GtkMisc.
(#63484, Vitaly Tishkov)
If you added a call to g_object_get() on "label_xalign" or
"label_yalign" properties between the point GtkFrame was converted to
use GObject properties and now, then you need to fix the type of
the variable you pass in.
This most likely affects absolutely nobody.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]