aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-04-09 22:35:23 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-04-09 22:35:23 +0000
commit8ea93329a8d39324e50499a9843daf604715f2ee (patch)
tree407cfc5504c65cccd9942649304d5542b82b6e28 /gtk/main.h
parente7fed6d68b19733cd7dbb2a9aabf71dc8c04b7e4 (diff)
last_open_dir needs a trailing slash in order for the GTK+
file-selection dialogue to open the directory and show its contents, otherwise it opens the parent directory and shows *its* contents. svn path=/trunk/; revision=3279
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/main.h b/gtk/main.h
index ab1a49b14e..d9c845b177 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -1,7 +1,7 @@
/* main.h
* Global defines, etc.
*
- * $Id: main.h,v 1.21 2001/03/02 23:10:12 gram Exp $
+ * $Id: main.h,v 1.22 2001/04/09 22:35:23 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -65,5 +65,6 @@ void update_marked_frames(void);
char *boldify(const char *);
void set_fonts(GdkFont *regular, GdkFont *bold);
+void set_last_open_dir(char *dirname);
#endif /* __MAIN_H__ */