aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-28 06:51:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-28 06:51:00 +0800
commit3bc16533b5ca7ecf33700a590e9840c8cce7186d (patch)
tree21a88dd0d2dd6dff6b0c85da4afb3e8d922230a7 /mail/ChangeLog
parentdeaa622ca7b7801fb5077848b578a2350181f326 (diff)
downloadgsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.tar
gsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.tar.gz
gsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.tar.bz2
gsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.tar.lz
gsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.tar.xz
gsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.tar.zst
gsoc2013-evolution-3bc16533b5ca7ecf33700a590e9840c8cce7186d.zip
Removed unneeded debug printfs.
2004-01-27 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (cp): Removed unneeded debug printfs. * 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. Apparently you need the latest and greatest gtk+-2.3.x cvs snapshot for this to work. svn path=/trunk/; revision=24482
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 78687b5004..b421fc65fe 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,10 +1,13 @@
2004-01-27 Jeffrey Stedfast <fejj@ximian.com>
+ * em-migrate.c (cp): Removed unneeded debug printfs.
+
* 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.
+ so it looks to me like Gtk+ is borked. Apparently you need the
+ latest and greatest gtk+-2.3.x cvs snapshot for this to work.
* em-migrate.c (em_migrate_imap_caches_1_4): Copy the imap cache
into the right place. Duh.