aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2001-01-16 07:33:00 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-16 07:33:00 +0800
commitbaffaa57693681c163723962445551c677f8f51b (patch)
treed8df441924144a23e5b9a97b39a31474ff6cbabd /widgets
parentac063e3d3628f1f5f6d08cb04acf349386ebff2f (diff)
downloadgsoc2013-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')
-rw-r--r--widgets/table/e-cell-text.c4
-rw-r--r--widgets/table/e-cell-text.h4
-rw-r--r--widgets/table/e-cell-tree.c2
-rw-r--r--widgets/table/e-cell-tree.h2
-rw-r--r--widgets/table/e-table-column-specification.c2
-rw-r--r--widgets/table/e-table-config-field.c2
-rw-r--r--widgets/table/e-table-extras.c2
-rw-r--r--widgets/table/e-table-field-chooser-dialog.c2
-rw-r--r--widgets/table/e-table-field-chooser-dialog.h2
-rw-r--r--widgets/table/e-table-field-chooser.c2
-rw-r--r--widgets/table/e-table-field-chooser.h2
-rw-r--r--widgets/table/e-table-group-container.c2
-rw-r--r--widgets/table/e-table-group.c4
-rw-r--r--widgets/table/e-table-header-utils.c6
-rw-r--r--widgets/table/e-table-header-utils.h6
-rw-r--r--widgets/table/e-table-model.c2
-rw-r--r--widgets/table/e-table-scrolled.c4
-rw-r--r--widgets/table/e-table-size-test.c2
-rw-r--r--widgets/table/e-table-state.c2
-rw-r--r--widgets/table/e-table.c4
-rw-r--r--widgets/table/e-tree-model.c2
-rw-r--r--widgets/table/e-tree-simple.c2
22 files changed, 31 insertions, 31 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 0b207087f6..8b2bdb8a06 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -2,8 +2,8 @@
/* e-cell-text.c - Text cell renderer
* Copyright (C) 2000 Ximian, Inc.
*
- * Authors: Miguel de Icaza <miguel@helixcode.com>
- * Chris Lahey <clahey@helixcode.com>
+ * Authors: Miguel de Icaza <miguel@ximian.com>
+ * Chris Lahey <clahey@ximian.com>
*
* (C) 1999, 2000 Ximian, Inc.
*
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index 4506ac133e..9392e7afe3 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -1,14 +1,14 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* ECellText - Text item for e-table.
* Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Lahey <clahey@helixcode.com>
+ * Author: Chris Lahey <clahey@ximian.com>
*
* Drawing and event handling from:
*
* EText - Text item for evolution.
* Copyright (C) 2000 Ximian, Inc.
*
- * Author: Chris Lahey <clahey@helixcode.com>
+ * Author: Chris Lahey <clahey@ximian.com>
*
* A majority of code taken from:
*
diff --git a/widgets/table/e-cell-tree.c b/widgets/table/e-cell-tree.c
index fe1dc4080a..97c6215056 100644
--- a/widgets/table/e-cell-tree.c
+++ b/widgets/table/e-cell-tree.c
@@ -2,7 +2,7 @@
/* e-cell-tree.c - Tree cell renderer
* Copyright (C) 2000 Ximian, Inc.
*
- * Author: Chris Toshok <toshok@helixcode.com>
+ * Author: Chris Toshok <toshok@ximian.com>
*
* A majority of code taken from:
*
diff --git a/widgets/table/e-cell-tree.h b/widgets/table/e-cell-tree.h
index d0e53b9395..21ead2f05a 100644
--- a/widgets/table/e-cell-tree.h
+++ b/widgets/table/e-cell-tree.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* ECellTree - Tree item for e-table.
* Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Toshok <toshok@helixcode.com>
+ * Author: Chris Toshok <toshok@ximian.com>
*
*/
#ifndef _E_CELL_TREE_H_
diff --git a/widgets/table/e-table-column-specification.c b/widgets/table/e-table-column-specification.c
index 7e59d98d94..ddd0f0bfef 100644
--- a/widgets/table/e-table-column-specification.c
+++ b/widgets/table/e-table-column-specification.c
@@ -3,7 +3,7 @@
* E-table-column-specification.c: Savable specification of a column.
*
* Author:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
* (C) 2000 Ximian, Inc.
*/
diff --git a/widgets/table/e-table-config-field.c b/widgets/table/e-table-config-field.c
index d8e87a878b..d7f016f9c2 100644
--- a/widgets/table/e-table-config-field.c
+++ b/widgets/table/e-table-config-field.c
@@ -3,7 +3,7 @@
* E-table-config-field.c: One field of either the sort or group dialog.
*
* Author:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
* (C) 2000 Ximian, Inc.
*/
diff --git a/widgets/table/e-table-extras.c b/widgets/table/e-table-extras.c
index 0f1316b496..f458b9ef9d 100644
--- a/widgets/table/e-table-extras.c
+++ b/widgets/table/e-table-extras.c
@@ -3,7 +3,7 @@
* E-table-extras.c: Pair of hash table sort of thingies.
*
* Author:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
* (C) 2000 Ximian, Inc.
*/
diff --git a/widgets/table/e-table-field-chooser-dialog.c b/widgets/table/e-table-field-chooser-dialog.c
index 0077a4723b..216c582753 100644
--- a/widgets/table/e-table-field-chooser-dialog.c
+++ b/widgets/table/e-table-field-chooser-dialog.c
@@ -2,7 +2,7 @@
/*
* e-table-field-chooser-dialog.c
* Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Lahey <clahey@helixcode.com>
+ * Author: Chris Lahey <clahey@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/widgets/table/e-table-field-chooser-dialog.h b/widgets/table/e-table-field-chooser-dialog.h
index f765454070..502db6f473 100644
--- a/widgets/table/e-table-field-chooser-dialog.h
+++ b/widgets/table/e-table-field-chooser-dialog.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-table-field-chooser-dialog.h
* Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Lahey <clahey@helixcode.com>
+ * Author: Chris Lahey <clahey@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c
index 248e2f9500..a27416a6ba 100644
--- a/widgets/table/e-table-field-chooser.c
+++ b/widgets/table/e-table-field-chooser.c
@@ -2,7 +2,7 @@
/*
* e-table-field-chooser.c
* Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Lahey <clahey@helixcode.com>
+ * Author: Chris Lahey <clahey@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/widgets/table/e-table-field-chooser.h b/widgets/table/e-table-field-chooser.h
index a8ccb0d460..ca9917549a 100644
--- a/widgets/table/e-table-field-chooser.h
+++ b/widgets/table/e-table-field-chooser.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-contact-editor-fullname.h
* Copyright (C) 2000 Ximian, Inc.
- * Author: Chris Lahey <clahey@helixcode.com>
+ * Author: Chris Lahey <clahey@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index 620c1730fa..ff5b1087b2 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/table/e-table-group-container.c
@@ -3,7 +3,7 @@
* E-Table-Group.c: Implements the grouping objects for elements on a table
*
* Author:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
* Miguel de Icaza (miguel@gnu.org)
*
* Copyright 1999, 2000 Ximian, Inc.
diff --git a/widgets/table/e-table-group.c b/widgets/table/e-table-group.c
index abcc2dba3e..1568184563 100644
--- a/widgets/table/e-table-group.c
+++ b/widgets/table/e-table-group.c
@@ -3,8 +3,8 @@
* E-Table-Group.c: Implements the grouping objects for elements on a table
*
* Author:
- * Miguel de Icaza (miguel@helixcode.com)
- * Chris Lahey (clahey@helixcode.com)
+ * Miguel de Icaza (miguel@ximian.com)
+ * Chris Lahey (clahey@ximian.com)
*
* Copyright 1999, 2000 Ximian, Inc.
*/
diff --git a/widgets/table/e-table-header-utils.c b/widgets/table/e-table-header-utils.c
index e23e7f86e5..987207f588 100644
--- a/widgets/table/e-table-header-utils.c
+++ b/widgets/table/e-table-header-utils.c
@@ -2,9 +2,9 @@
*
* Copyright (C) 2000 Ximian, Inc.
*
- * Authors: Chris Lahey <clahey@helixcode.com>
- * Miguel de Icaza <miguel@helixcode.com>
- * Federico Mena-Quintero <federico@helixcode.com>
+ * Authors: Chris Lahey <clahey@ximian.com>
+ * Miguel de Icaza <miguel@ximian.com>
+ * Federico Mena-Quintero <federico@ximian.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/widgets/table/e-table-header-utils.h b/widgets/table/e-table-header-utils.h
index a69a29bd50..d05c850a83 100644
--- a/widgets/table/e-table-header-utils.h
+++ b/widgets/table/e-table-header-utils.h
@@ -2,9 +2,9 @@
*
* Copyright (C) 2000 Ximian, Inc.
*
- * Authors: Chris Lahey <clahey@helixcode.com>
- * Miguel de Icaza <miguel@helixcode.com>
- * Federico Mena-Quintero <federico@helixcode.com>
+ * Authors: Chris Lahey <clahey@ximian.com>
+ * Miguel de Icaza <miguel@ximian.com>
+ * Federico Mena-Quintero <federico@ximian.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/widgets/table/e-table-model.c b/widgets/table/e-table-model.c
index d95446d61a..41a55d1a8f 100644
--- a/widgets/table/e-table-model.c
+++ b/widgets/table/e-table-model.c
@@ -4,7 +4,7 @@
*
* Authors:
* Miguel de Icaza (miguel@gnu.org)
- * Chris Lahey (clahey@helixcode.com)
+ * Chris Lahey (clahey@ximian.com)
*
* (C) 1999, 2000 Ximian, Inc.
*/
diff --git a/widgets/table/e-table-scrolled.c b/widgets/table/e-table-scrolled.c
index 95e6918251..c4006a4c58 100644
--- a/widgets/table/e-table-scrolled.c
+++ b/widgets/table/e-table-scrolled.c
@@ -3,8 +3,8 @@
* E-table-scrolled.c: A graphical view of a Table.
*
* Author:
- * Chris Lahey <clahey@helixcode.com>
- * Miguel de Icaza (miguel@helixcode.com)
+ * Chris Lahey <clahey@ximian.com>
+ * Miguel de Icaza (miguel@ximian.com)
*
* Copyright 2000, 1999, Ximian, Inc
*/
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
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c
index ed0ff3c5bd..91f1178a33 100644
--- a/widgets/table/e-table-state.c
+++ b/widgets/table/e-table-state.c
@@ -3,7 +3,7 @@
* E-table-state.c: Savable state of a table.
*
* Author:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
* (C) 2000 Ximian, Inc.
*/
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 339e709254..3a471ee7c8 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -3,8 +3,8 @@
* E-table.c: A graphical view of a Table.
*
* Author:
- * Miguel de Icaza (miguel@helixcode.com)
- * Chris Lahey (clahey@helixcode.com)
+ * Miguel de Icaza (miguel@ximian.com)
+ * Chris Lahey (clahey@ximian.com)
*
* Copyright 1999, Ximian, Inc
*/
diff --git a/widgets/table/e-tree-model.c b/widgets/table/e-tree-model.c
index d88f8cca98..ccea6b1e12 100644
--- a/widgets/table/e-tree-model.c
+++ b/widgets/table/e-tree-model.c
@@ -3,7 +3,7 @@
* e-tree-model.c: a Tree Model
*
* Author:
- * Chris Toshok (toshok@helixcode.com)
+ * Chris Toshok (toshok@ximian.com)
*
* Adapted from the gtree code and ETableModel.
*
diff --git a/widgets/table/e-tree-simple.c b/widgets/table/e-tree-simple.c
index 17d66038a4..5741d1cf0f 100644
--- a/widgets/table/e-tree-simple.c
+++ b/widgets/table/e-tree-simple.c
@@ -4,7 +4,7 @@
* interface to using ETreeModel, similar to ETableSimple.
*
* Author:
- * Chris Toshok (toshok@helixcode.com)
+ * Chris Toshok (toshok@ximian.com)
*
* (C) 2000 Ximian, Inc. */