Mercurial > pidgin
comparison src/gtkimhtml.c @ 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 | b6178d85d132 |
children | fad5d3354cc1 |
comparison
equal
deleted
inserted
replaced
10075:4670b7fd1a89 | 10076:fbab7f05b054 |
---|---|
1024 G_TYPE_FROM_CLASS(gobject_class), | 1024 G_TYPE_FROM_CLASS(gobject_class), |
1025 G_SIGNAL_RUN_FIRST, | 1025 G_SIGNAL_RUN_FIRST, |
1026 G_STRUCT_OFFSET(GtkIMHtmlClass, buttons_update), | 1026 G_STRUCT_OFFSET(GtkIMHtmlClass, buttons_update), |
1027 NULL, | 1027 NULL, |
1028 0, | 1028 0, |
1029 g_cclosure_marshal_VOID__POINTER, | 1029 g_cclosure_marshal_VOID__INT, |
1030 G_TYPE_NONE, 1, | 1030 G_TYPE_NONE, 1, |
1031 G_TYPE_INT); | 1031 G_TYPE_INT); |
1032 signals[TOGGLE_FORMAT] = g_signal_new("format_function_toggle", | 1032 signals[TOGGLE_FORMAT] = g_signal_new("format_function_toggle", |
1033 G_TYPE_FROM_CLASS(gobject_class), | 1033 G_TYPE_FROM_CLASS(gobject_class), |
1034 G_SIGNAL_RUN_FIRST, | 1034 G_SIGNAL_RUN_FIRST, |
1035 G_STRUCT_OFFSET(GtkIMHtmlClass, toggle_format), | 1035 G_STRUCT_OFFSET(GtkIMHtmlClass, toggle_format), |
1036 NULL, | 1036 NULL, |
1037 0, | 1037 0, |
1038 g_cclosure_marshal_VOID__POINTER, | 1038 g_cclosure_marshal_VOID__INT, |
1039 G_TYPE_NONE, 1, | 1039 G_TYPE_NONE, 1, |
1040 G_TYPE_INT); | 1040 G_TYPE_INT); |
1041 signals[CLEAR_FORMAT] = g_signal_new("format_function_clear", | 1041 signals[CLEAR_FORMAT] = g_signal_new("format_function_clear", |
1042 G_TYPE_FROM_CLASS(gobject_class), | 1042 G_TYPE_FROM_CLASS(gobject_class), |
1043 G_SIGNAL_RUN_FIRST, | 1043 G_SIGNAL_RUN_FIRST, |
1044 G_STRUCT_OFFSET(GtkIMHtmlClass, clear_format), | 1044 G_STRUCT_OFFSET(GtkIMHtmlClass, clear_format), |