aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-08-19 13:30:15 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-08-19 13:30:15 +0800
commitcb37c563afea6d1f7680fa845076992c749ee024 (patch)
tree920f2fc4b1e7189bc2d67e97d0ea68a970f66dfd /widgets/misc/ChangeLog
parenteedaf1ba9d1d1846d888ce6a2b4fc6d64a97a3bc (diff)
downloadgsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar
gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.gz
gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.bz2
gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.lz
gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.xz
gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.tar.zst
gsoc2013-evolution-cb37c563afea6d1f7680fa845076992c749ee024.zip
Use camel_url to construct url (eab_icon_clicked_cb)
2005-08-17 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar.c eab_drag_data_get: Use camel_url to construct url (eab_icon_clicked_cb) (e_attachment_bar_new): Fixed part of bug #312224. It handles double click on a attachment icon and calls gnome_url_show. * e-attachment.[ch] (finalise) (init): Add a new member to preserve the stored location (e_attachment_new)(e_attachment_build_remote_file): Camel_url to construct urls svn path=/trunk/; revision=30160
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 46deeb8969..d5c65dd100 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-17 Srinivasa Ragavan <sragavan@novell.com>
+
+ * e-attachment-bar.c
+ eab_drag_data_get: Use camel_url to construct url
+ (eab_icon_clicked_cb) (e_attachment_bar_new):
+ Fixed part of bug #312224. It handles double click on a attachment
+ icon and calls gnome_url_show.
+
+ * e-attachment.[ch] (finalise) (init): Add a new member to preserve
+ the stored location
+ (e_attachment_new)(e_attachment_build_remote_file): Camel_url to
+ construct urls
+
2005-08-16 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment.c (download_to_local_path) (e_attachment_edit): Fixed