summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPavel Cisler <pavel@eazel.com>2001-02-06 08:30:27 +0000
committerPavel Cisler <pce@src.gnome.org>2001-02-06 08:30:27 +0000
commitb8c2fe2095e90d222147085841c4d89a796cfb55 (patch)
treef6c73064310da31938b79d2b757564c03c4dbd8b /HACKING
parent671bec82dd908ad2caf8572a75315f446e46eaf5 (diff)
downloadnautilus-b8c2fe2095e90d222147085841c4d89a796cfb55.tar.gz
reviewed by: Seth Nickel <seth@eazel.com>
2001-02-05 Pavel Cisler <pavel@eazel.com> reviewed by: Seth Nickel <seth@eazel.com> Fix 5930 (Copy dialog often shows "1" as total number of fields in operation) * libnautilus-extensions/nautilus-file-operations-progress.c: (nautilus_file_operations_progress_update), (nautilus_file_operations_progress_new_file): * libnautilus-extensions/nautilus-file-operations.c: (create_transfer_dialog): Special case the preparing to copy/move phase -- when the bytes_total is 0, don't display the count. * libnautilus-extensions/nautilus-file-operations-progress.c: (nautilus_file_operations_progress_thaw): Formatting. * HACKING: Tiny tweak.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 8268aa5e6..1e835c2c8 100644
--- a/HACKING
+++ b/HACKING
@@ -24,7 +24,7 @@ list: <nautilus-list@lists.eazel.com> (subscriptions should be made to
<nautilus-list-request@lists.eazel.com> with "subscribe" as a
subject).
-Patches should be made with 'cvs diff -u >patch' and should conform to
+Patches should be made with 'cvs diff -pu >patch' and should conform to
Nautilus coding style as described in docs/style-guide.html Please
read other relevant documents in the docs directory too.