Mercurial > pidgin
comparison src/gtkimhtml.c @ 8457:daeeb96cdf8f
[gaim-migrate @ 9187]
" the g_signal_new was using a marshal with arguments,
but the signal cb wasn't handling them.. I'm assuming
this is what was wanted because now on send it says:
Emiting signal
yo!
anyways.. here's the patch for the one line fix..." --Gary Kramlich
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 16 Mar 2004 19:43:58 +0000 |
| parents | 5f8d4ab6d375 |
| children | 5562e8a74c94 |
comparison
equal
deleted
inserted
replaced
| 8456:5f8d4ab6d375 | 8457:daeeb96cdf8f |
|---|---|
| 643 G_TYPE_FROM_CLASS(gobject_class), | 643 G_TYPE_FROM_CLASS(gobject_class), |
| 644 G_SIGNAL_RUN_FIRST, | 644 G_SIGNAL_RUN_FIRST, |
| 645 G_STRUCT_OFFSET(GtkIMHtmlClass, clear_format), | 645 G_STRUCT_OFFSET(GtkIMHtmlClass, clear_format), |
| 646 NULL, | 646 NULL, |
| 647 0, | 647 0, |
| 648 g_cclosure_marshal_VOID__POINTER, | 648 g_cclosure_marshal_VOID__VOID, |
| 649 G_TYPE_NONE, 0); | 649 G_TYPE_NONE, 0); |
| 650 gobject_class->finalize = gtk_imhtml_finalize; | 650 gobject_class->finalize = gtk_imhtml_finalize; |
| 651 } | 651 } |
| 652 | 652 |
| 653 static void gtk_imhtml_init (GtkIMHtml *imhtml) | 653 static void gtk_imhtml_init (GtkIMHtml *imhtml) |
