aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group.c')
-rw-r--r--widgets/table/e-table-group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-group.c b/widgets/table/e-table-group.c
index 8606502154..6973d7c387 100644
--- a/widgets/table/e-table-group.c
+++ b/widgets/table/e-table-group.c
@@ -47,7 +47,7 @@ enum {
LAST_SIGNAL
};
-static gint etg_signals [LAST_SIGNAL] = { 0, };
+static guint etg_signals [LAST_SIGNAL] = { 0, };
static gboolean etg_get_focus (ETableGroup *etg);
static void etg_destroy (GtkObject *object);
@@ -699,4 +699,4 @@ etg_class_init (GtkObjectClass *object_class)
E_OBJECT_CLASS_ADD_SIGNALS (object_class, etg_signals, LAST_SIGNAL);
}
-E_MAKE_TYPE (e_table_group, "ETableGroup", ETableGroup, etg_class_init, NULL, PARENT_TYPE);
+E_MAKE_TYPE (e_table_group, "ETableGroup", ETableGroup, etg_class_init, NULL, PARENT_TYPE)