diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-08-25 07:32:36 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-08-25 07:32:36 +0800 |
commit | 59da64772440a62d81a7bfd831008e4f78c924c0 (patch) | |
tree | 774609614cf907178f00f4d081b2c2b90f16b294 /widgets | |
parent | aaa1a12bf9ecb32643e806bcb30ad8b58dca7122 (diff) | |
download | gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.tar gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.tar.gz gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.tar.bz2 gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.tar.lz gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.tar.xz gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.tar.zst gsoc2013-evolution-59da64772440a62d81a7bfd831008e4f78c924c0.zip |
Fixed typo.
* e-table.c (e_table_init): Fixed typo.
svn path=/trunk/; revision=12467
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index a4e17d9571..5ac8e45a61 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -233,7 +233,7 @@ e_table_init (GtkObject *object) e_table->drop_col = -1; e_table->site = NULL; - e_tasble->do_drag = 0; + e_table->do_drag = 0; e_table->sorter = NULL; e_table->selection = e_table_selection_model_new(); |