diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-08-29 20:27:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-08-29 21:37:18 +0800 |
commit | 1884f66c02bfd0373b21f5d7f772523751256a5d (patch) | |
tree | 15bcbc4a82211c1c310e892ec75da8da06994f34 /calendar | |
parent | 8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3 (diff) | |
download | gsoc2013-evolution-1884f66c02bfd0373b21f5d7f772523751256a5d.tar.gz gsoc2013-evolution-1884f66c02bfd0373b21f5d7f772523751256a5d.tar.zst gsoc2013-evolution-1884f66c02bfd0373b21f5d7f772523751256a5d.zip |
ECellText cleanups.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-cell-date-edit-text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cell-date-edit-text.c b/calendar/gui/e-cell-date-edit-text.c index 37886680e5..867cb89e81 100644 --- a/calendar/gui/e-cell-date-edit-text.c +++ b/calendar/gui/e-cell-date-edit-text.c @@ -296,7 +296,7 @@ e_cell_date_edit_text_get_type (void) }; type = g_type_register_static ( - E_CELL_TEXT_TYPE, "ECellDateEditText", &type_info, 0); + E_TYPE_CELL_TEXT, "ECellDateEditText", &type_info, 0); } return type; |