aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-spin-button.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-spin-button.c')
-rw-r--r--widgets/table/e-cell-spin-button.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/widgets/table/e-cell-spin-button.c b/widgets/table/e-cell-spin-button.c
index 59ee3d98a3..c6112bf3b8 100644
--- a/widgets/table/e-cell-spin-button.c
+++ b/widgets/table/e-cell-spin-button.c
@@ -31,11 +31,11 @@
#include <gtk/gtk.h>
-#include "gal/e-table/e-cell-float.h"
-#include "gal/e-table/e-cell-number.h"
-#include "gal/e-table/e-table-item.h"
-#include "gal/e-table/e-table-model.h"
-#include "gal/util/e-util.h"
+#include "table/e-cell-float.h"
+#include "table/e-cell-number.h"
+#include "table/e-table-item.h"
+#include "table/e-table-model.h"
+#include "e-util/e-util.h"
#include "e-cell-spin-button.h"
@@ -152,7 +152,7 @@ e_cell_spin_button_class_init (GObjectClass *klass)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (ECellSpinButtonClass, step),
NULL, NULL,
- e_marshal_NONE__POINTER_INT_INT_INT,
+ e_util_marshal_NONE__POINTER_INT_INT_INT,
G_TYPE_NONE,
4, G_TYPE_POINTER, G_TYPE_INT,
G_TYPE_INT, G_TYPE_INT);