diff options
author | Federico Mena Quintero <federico@ximian.com> | 2003-09-02 20:20:46 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2003-09-02 20:20:46 +0000 |
commit | cc4836c90b1cb6ca9e13116ee4a4f6bcf66396f1 (patch) | |
tree | b1ad48deec2da514e64ac8fbdadf34cf314cd641 /gtk/gtkfilesystem.h | |
parent | 4a32a34717a87b9f8198f288933a44440c4980ba (diff) | |
download | gtk+-cc4836c90b1cb6ca9e13116ee4a4f6bcf66396f1.tar.gz |
s/nonexistant/nonexistent Likewise. Likewise. Likewise.
2003-09-02 Federico Mena Quintero <federico@ximian.com>
* gtkfilesystem.h: s/nonexistant/nonexistent
* gtkfilesystem.c: Likewise.
* gtkfilesystemgnomevfs.c: Likewise.
* gtkfilesystemunix.c: Likewise.
2003-08-27 Federico Mena Quintero <federico@ximian.com>
* README: The required GtkTreeView patches are already on CVS.
Removed the part that mentions them.
Diffstat (limited to 'gtk/gtkfilesystem.h')
-rw-r--r-- | gtk/gtkfilesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h index 275efb2bf2..b6cd5660b8 100644 --- a/gtk/gtkfilesystem.h +++ b/gtk/gtkfilesystem.h @@ -70,7 +70,7 @@ typedef enum { typedef enum { - GTK_FILE_SYSTEM_ERROR_NONEXISTANT, + GTK_FILE_SYSTEM_ERROR_NONEXISTENT, GTK_FILE_SYSTEM_ERROR_NOT_FOLDER, GTK_FILE_SYSTEM_ERROR_INVALID_URI, GTK_FILE_SYSTEM_ERROR_BAD_FILENAME, |