Mercurial > pidgin.yaz
changeset 10076:fbab7f05b054
[gaim-migrate @ 11057]
This fixes the "all my formatting toolbar buttons are greyed out, even the
smiley button, on glib 2.5.x" bug.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 03 Oct 2004 15:37:44 +0000 |
parents | 4670b7fd1a89 |
children | 0fb9cf6b9240 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Sun Oct 03 13:53:46 2004 +0000 +++ b/src/gtkimhtml.c Sun Oct 03 15:37:44 2004 +0000 @@ -1026,7 +1026,7 @@ G_STRUCT_OFFSET(GtkIMHtmlClass, buttons_update), NULL, 0, - g_cclosure_marshal_VOID__POINTER, + g_cclosure_marshal_VOID__INT, G_TYPE_NONE, 1, G_TYPE_INT); signals[TOGGLE_FORMAT] = g_signal_new("format_function_toggle", @@ -1035,8 +1035,8 @@ G_STRUCT_OFFSET(GtkIMHtmlClass, toggle_format), NULL, 0, - g_cclosure_marshal_VOID__POINTER, - G_TYPE_NONE, 1, + g_cclosure_marshal_VOID__INT, + G_TYPE_NONE, 1, G_TYPE_INT); signals[CLEAR_FORMAT] = g_signal_new("format_function_clear", G_TYPE_FROM_CLASS(gobject_class),