aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-04-03 05:53:01 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-04-03 05:53:01 +0800
commit36da6b3f5e2ac6ea1b96f595d22419abc91950fb (patch)
tree989f9ed5c8e432e154753d08cdd6a5c1699d1f5e
parent2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0 (diff)
downloadgsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.tar
gsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.tar.gz
gsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.tar.bz2
gsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.tar.lz
gsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.tar.xz
gsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.tar.zst
gsoc2013-evolution-36da6b3f5e2ac6ea1b96f595d22419abc91950fb.zip
Ahem, the ETableItem argument is now "selection_model", not
2001-04-02 Federico Mena Quintero <federico@ximian.com> * e-table-click-to-add.c (finish_editing): Ahem, the ETableItem argument is now "selection_model", not "table_selection_model". svn path=/trunk/; revision=9108
-rw-r--r--widgets/table/e-table-click-to-add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-click-to-add.c b/widgets/table/e-table-click-to-add.c
index 3ca7729feb..0846c7912c 100644
--- a/widgets/table/e-table-click-to-add.c
+++ b/widgets/table/e-table-click-to-add.c
@@ -303,7 +303,7 @@ finish_editing (ETableClickToAdd *etcta)
"minimum_width", etcta->width,
"horizontal_draw_grid", FALSE,
"vertical_draw_grid", TRUE,
- "table_selection_model", etcta->selection,
+ "selection_model", etcta->selection,
"cursor_mode", E_CURSOR_SPREADSHEET,
NULL);
@@ -349,7 +349,7 @@ etcta_event (GnomeCanvasItem *item, GdkEvent *e)
"minimum_width", etcta->width,
"horizontal_draw_grid", FALSE,
"vertical_draw_grid", TRUE,
- "table_selection_model", etcta->selection,
+ "selection_model", etcta->selection,
"cursor_mode", E_CURSOR_SPREADSHEET,
NULL);