aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 11:28:00 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 11:28:00 +0800
commitce38de51898049d0d222a0279d40fc24ff43239a (patch)
treec61c39b664f67813d7ebb5801b4f2545819f59ae /widgets/table/e-table.c
parentaae604c8ad9b690467d32d961053eef40e8e3b94 (diff)
downloadgsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.tar
gsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.tar.gz
gsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.tar.bz2
gsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.tar.lz
gsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.tar.xz
gsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.tar.zst
gsoc2013-evolution-ce38de51898049d0d222a0279d40fc24ff43239a.zip
Copy and paste error.
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Copy and paste error. * e-table-item.c: Mixed up parity on eti->editing. svn path=/trunk/; revision=3368
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r--widgets/table/e-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index f6ad92e4c2..4cf863f552 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -770,7 +770,7 @@ e_table_class_init (GtkObjectClass *object_class)
gtk_marshal_NONE__INT,
GTK_TYPE_NONE, 1, GTK_TYPE_INT);
- et_signals [DOUBLE_CLICK] =
+ et_signals [KEY_PRESS] =
gtk_signal_new ("key_press",
GTK_RUN_LAST,
object_class->type,