diff options
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r-- | calendar/gui/e-memo-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index f38bc12e4a..9da9a2d944 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -1173,7 +1173,7 @@ e_memo_table_get_type (void) }; type = g_type_register_static ( - E_TABLE_TYPE, "EMemoTable", &type_info, 0); + E_TYPE_TABLE, "EMemoTable", &type_info, 0); g_type_add_interface_static ( type, E_TYPE_SELECTABLE, &selectable_info); |