[evolution-patches] fix for addressbook bug 37351



one liner
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1387
diff -u -r1.1387 ChangeLog
--- ChangeLog	19 Apr 2003 22:18:14 -0000	1.1387
+++ ChangeLog	20 Apr 2003 02:05:45 -0000
@@ -1,5 +1,12 @@
 2003-04-19  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-19  Chris Toshok  <toshok ximian com>
+
 	[ fixes bug #40954 ]
 	* backend/pas/pas-backend-file.c (pas_backend_file_dispose): guard
 	against NULL bf->priv->summary (happens if the initial load_uri
Index: gui/widgets/e-addressbook-view.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/e-addressbook-view.c,v
retrieving revision 1.112
diff -u -r1.112 e-addressbook-view.c
--- gui/widgets/e-addressbook-view.c	3 Mar 2003 22:20:25 -0000	1.112
+++ gui/widgets/e-addressbook-view.c	20 Apr 2003 02:05:46 -0000
@@ -1260,7 +1260,6 @@
 	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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]