aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-04-02 20:35:46 +0000
committerGuy Harris <guy@alum.mit.edu>2013-04-02 20:35:46 +0000
commit432e914dbd43c3ee354aa1eeff8f2dc750913f0e (patch)
tree80578ae6f2e2f3f347a4022b4d5503852e075d56 /file.c
parentf32a839bb0514461072096dadad0e0d888fc3869 (diff)
Rename cf_not_saved() to cf_has_unsaved_data() to clarify what it
indicates. (Note: "unsaved data" is more than just "unsaved changes"; it could also mean "temporary file that hasn't been saved anywhere".) svn path=/trunk/; revision=48709
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index b9d62a3c65..8dcb9fbcf2 100644
--- a/file.c
+++ b/file.c
@@ -4060,7 +4060,7 @@ cf_can_save_as(capture_file *cf)
* Does this file have unsaved data?
*/
gboolean
-cf_not_saved(capture_file *cf)
+cf_has_unsaved_data(capture_file *cf)
{
/*
* If this is a temporary file, or a file with unsaved changes, it