diff options
author | TingPing <tingping@tingping.se> | 2014-02-05 20:42:48 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-02-06 20:17:08 -0500 |
commit | 34cf164aa28c45c15ecf39b855f2de833a9b7c2d (patch) | |
tree | 059c5235b0974f2b8bbd2a6d5188425e882e6fd6 /src/fe-gtk/sexy-spell-entry.c | |
parent | 5f7321280e2dfaa097fbd4855b547069ee96edc2 (diff) |
Use a single marshal file for entire project
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.c')
-rw-r--r-- | src/fe-gtk/sexy-spell-entry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c index e7d54777..db52eecb 100644 --- a/src/fe-gtk/sexy-spell-entry.c +++ b/src/fe-gtk/sexy-spell-entry.c @@ -31,7 +31,7 @@ #include <sys/types.h> #include <sys/stat.h> #include "sexy-iso-codes.h" -#include "sexy-marshal.h" +#include "../common/marshal.h" #ifdef WIN32 #include "../common/typedef.h" @@ -237,7 +237,7 @@ sexy_spell_entry_class_init(SexySpellEntryClass *klass) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET(SexySpellEntryClass, word_check), (GSignalAccumulator) spell_accumulator, NULL, - sexy_marshal_BOOLEAN__STRING, + _hexchat_marshal_BOOLEAN__STRING, G_TYPE_BOOLEAN, 1, G_TYPE_STRING); } |