summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Wehner <martin.wehner@epost.de>2004-05-22 01:40:58 +0000
committerMartin Wehner <mwehner@src.gnome.org>2004-05-22 01:40:58 +0000
commit91ee970f4958529113e9d1eb1fda6c8c1f7fbfe1 (patch)
tree863ba1a14b3c774c999c0c89263526cdb14fc5ca /ChangeLog
parent5e61c5d62be2392f903f48137b5f8281440fe229 (diff)
downloadnautilus-91ee970f4958529113e9d1eb1fda6c8c1f7fbfe1.tar.gz
Set working directory of launched processes to current view directory.
2004-05-22 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-directory-view.c (activate_callback): Set working directory of launched processes to current view directory. Fixes #110407.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48c0560d5..eea7651f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-05-22 Martin Wehner <martin.wehner@epost.de>
+ * src/file-manager/fm-directory-view.c (activate_callback):
+ Set working directory of launched processes to current view
+ directory. Fixes #110407.
+
+2004-05-22 Martin Wehner <martin.wehner@epost.de>
+
* libnautilus-private/nautilus-icon-container.c (motion_notify_event):
Convert initial drag position to canvas coordinates. Fixes #142491.