diff options
Diffstat (limited to 'widgets/table/e-table-size-test.c')
-rw-r--r-- | widgets/table/e-table-size-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-size-test.c b/widgets/table/e-table-size-test.c index cccd748c39..acb6e4296d 100644 --- a/widgets/table/e-table-size-test.c +++ b/widgets/table/e-table-size-test.c @@ -125,7 +125,7 @@ my_value_at (ETableModel *etc, int col, int row, void *data) static guchar t[] = {'A', 0xc3, 0x84, 0xc3, 0x95, 0xc3, 0x94, 0xc3, 0xb5, 0x00}; #if 0 - if (col == 1) return "toshok@helixcode.com"; + if (col == 1) return "toshok@ximian.com"; #else if (col == 1) return t; #endif |