From 96729a9fd1c06a0b68f774ea608a21fb05969c91 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 27 Jan 2004 21:08:16 +0000 Subject: Use gtk_tree_view_get_dest_row_at_pos() instead of 2004-01-27 Jeffrey Stedfast * em-folder-tree.c (tree_drag_data_received): Use gtk_tree_view_get_dest_row_at_pos() instead of gtk_tree_view_get_path_at_pos() since this is what Nautilus uses. Unfortunately, it still gives us back the wrong GtkTreePath so it looks to me like Gtk+ is borked. * em-migrate.c (em_migrate_imap_caches_1_4): Copy the imap cache into the right place. Duh. svn path=/trunk/; revision=24477 --- mail/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 665df638aa..78687b5004 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2004-01-27 Jeffrey Stedfast + * em-folder-tree.c (tree_drag_data_received): Use + gtk_tree_view_get_dest_row_at_pos() instead of + gtk_tree_view_get_path_at_pos() since this is what Nautilus + uses. Unfortunately, it still gives us back the wrong GtkTreePath + so it looks to me like Gtk+ is borked. + * em-migrate.c (em_migrate_imap_caches_1_4): Copy the imap cache into the right place. Duh. -- cgit v1.2.3