diff options
Diffstat (limited to 'widgets/table/e-table-search.c')
-rw-r--r-- | widgets/table/e-table-search.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-search.c b/widgets/table/e-table-search.c index d49f993d08..162f148ac0 100644 --- a/widgets/table/e-table-search.c +++ b/widgets/table/e-table-search.c @@ -25,7 +25,7 @@ #include <string.h> -#include "gal/util/e-util.h" +#include "e-util/e-util.h" #include "e-table-search.h" @@ -131,7 +131,7 @@ e_table_search_class_init (GObjectClass *object_class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (ETableSearchClass, search), (GSignalAccumulator) NULL, NULL, - e_marshal_BOOLEAN__STRING_INT, + e_util_marshal_BOOLEAN__STRING_INT, G_TYPE_BOOLEAN, 2, G_TYPE_STRING, G_TYPE_INT); e_table_search_signals [SEARCH_ACCEPT] = |