diff options
Diffstat (limited to 'widgets/table/e-table.c')
-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(); |