Register the size-changed signal correctly. (#323848, Murray Cumming)

2005-12-12  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
	the size-changed signal correctly.  (#323848, Murray Cumming)
This commit is contained in:
Matthias Clasen 2005-12-12 17:14:45 +00:00 committed by Matthias Clasen
parent 00c4eaef63
commit a3ff3e112b
4 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,10 @@
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
the size-changed signal correctly. (#323848, Murray Cumming)
* gtk/gtkmarshalers.list: Add necessary marshaller.
* gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
fall thru to the wrong window types. (#323843)

View File

@ -1,5 +1,10 @@
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
the size-changed signal correctly. (#323848, Murray Cumming)
* gtk/gtkmarshalers.list: Add necessary marshaller.
* gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
fall thru to the wrong window types. (#323843)

View File

@ -32,6 +32,7 @@ BOOLEAN:OBJECT,STRING,STRING,BOXED
BOOLEAN:OBJECT,BOXED
BOOLEAN:OBJECT,BOXED,BOXED
BOOLEAN:OBJECT,STRING,STRING
BOOLEAN:INT
BOOLEAN:INT,INT
BOOLEAN:INT,INT,INT
BOOLEAN:UINT

View File

@ -275,7 +275,7 @@ gtk_status_icon_class_init (GtkStatusIconClass *class)
G_STRUCT_OFFSET (GtkStatusIconClass, size_changed),
NULL,
NULL,
g_cclosure_marshal_VOID__INT,
g_cclosure_marshal_BOOLEAN__INT,
G_TYPE_NONE,
1,
G_TYPE_INT);