diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-19 17:32:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-19 17:32:54 +0000 |
commit | 9915762836063dd584fe3a746100646ec25e8b38 (patch) | |
tree | a0ba6e74978d0a97b75c096ec6aef1e0eb31344b /gtk/gtksocket.h | |
parent | 3a6bf7b6cc384b73bb88c9d680c0d95747a6ee19 (diff) | |
download | gtk+-9915762836063dd584fe3a746100646ec25e8b38.tar.gz |
label_xalign and label_yalign need to be float properties to correspond to
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)
Mon Nov 19 12:24:30 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksocket.h (struct _GtkSocketClass): Fix return
of plug_added vfunc. (#64408, Jeff Franks)
Diffstat (limited to 'gtk/gtksocket.h')
-rw-r--r-- | gtk/gtksocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index 14ee4165a1..842acb605d 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -71,7 +71,7 @@ struct _GtkSocketClass { GtkContainerClass parent_class; - gboolean (*plug_added) (GtkSocket *socket); + void (*plug_added) (GtkSocket *socket); gboolean (*plug_removed) (GtkSocket *socket); }; |