diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2012-09-22 01:47:06 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-21 20:55:33 -0700 |
commit | faab2981a9add131641769d49948216c5276f48c (patch) | |
tree | 56f581d13cec5184f5a716081b2e93f2d997912e /display-gtk.h | |
parent | ff67ca92edfe5e5c74d58a6fa8021eccd6cb7cf9 (diff) | |
download | subsurface-faab2981a9add131641769d49948216c5276f48c.tar.gz |
Remove the XML file selection from the DC download dialog
Renamed "import_dialog" to "download_dialog" and also focused the download
dialog strictly on dive computer functionality. Removed the file button
and "filenames" checks from "download_dialog".
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h index 9d0ea4ed3..849b4802e 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -56,7 +56,7 @@ extern visible_cols_t visible_cols; extern const char *divelist_font; extern void set_divelist_font(const char *); -extern void import_dialog(GtkWidget *, gpointer); +extern void download_dialog(GtkWidget *, gpointer); extern void add_dive_cb(GtkWidget *, gpointer); extern void report_error(GError* error); extern int process_ui_events(void); |