[ fixes bug #37351 ] the row the signal is called with is already the

2003-04-23  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #37351 ]
	* gui/widgets/e-addressbook-view.c (table_drag_data_get): the row
	the signal is called with is already the model row, not the view
	row, so don't call e_table_view_to_model_row on it.

svn path=/trunk/; revision=20944
This commit is contained in:
Chris Toshok
2003-04-23 20:34:36 +00:00
committed by Chris Toshok
parent 3fa9162b67
commit 882658cc42
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2003-04-23 Chris Toshok <toshok@ximian.com>
[ fixes bug #37351 ]
* gui/widgets/e-addressbook-view.c (table_drag_data_get): the row
the signal is called with is already the model row, not the view
row, so don't call e_table_view_to_model_row on it.
2003-04-23 Chris Toshok <toshok@ximian.com>
[ either mostly or entirely fixes #33708 ]

View File

@ -1260,7 +1260,6 @@ table_drag_data_get (ETable *table,
case DND_TARGET_TYPE_VCARD: {
char *value;
row = e_table_view_to_model_row (table, row);
value = e_card_get_vcard(view->model->data[row]);
gtk_selection_data_set (selection_data,