aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-14 23:49:15 +0800
committerDan Winship <danw@src.gnome.org>2000-06-14 23:49:15 +0800
commit4e6bf7a95495a193005e91ecbc9508201ea8bb63 (patch)
tree72d6290eda4285962eeb62dfcf529c7f65e63468 /composer/ChangeLog
parentf73a4deee4fe176b59a04eee2d2ad119ac53d130 (diff)
downloadgsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.tar
gsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.tar.gz
gsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.tar.bz2
gsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.tar.lz
gsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.tar.xz
gsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.tar.zst
gsoc2013-evolution-4e6bf7a95495a193005e91ecbc9508201ea8bb63.zip
keep the GtkFileSelection around between calls so we start up in the same
* e-msg-composer-attachment-bar.c (add_from_user): keep the GtkFileSelection around between calls so we start up in the same directory we ended up in last time around. (Also fixes a big memory leak in that the code was already keeping the GtkFileSelection around, it just wasn't remembering to reuse it.) svn path=/trunk/; revision=3570
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 720d5dd3f5..6c52a39c77 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,11 @@
2000-06-14 Dan Winship <danw@helixcode.com>
+ * e-msg-composer-attachment-bar.c (add_from_user): keep the
+ GtkFileSelection around between calls so we start up in the same
+ directory we ended up in last time around. (Also fixes a big
+ memory leak in that the code was already keeping the
+ GtkFileSelection around, it just wasn't remembering to reuse it.)
+
* e-msg-composer.c (format_text): Don't line-wrap lines that start
with ">".