diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-16 07:33:00 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-16 07:33:00 +0800 |
commit | baffaa57693681c163723962445551c677f8f51b (patch) | |
tree | d8df441924144a23e5b9a97b39a31474ff6cbabd /widgets/table/e-table-size-test.c | |
parent | ac063e3d3628f1f5f6d08cb04acf349386ebff2f (diff) | |
download | gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.tar gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.tar.gz gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.tar.bz2 gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.tar.lz gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.tar.xz gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.tar.zst gsoc2013-evolution-baffaa57693681c163723962445551c677f8f51b.zip |
Step 2
svn path=/trunk/; revision=7521
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 |