Migrate from Gtk1 File Selector to Gtk2 File Chooser

This commit is contained in:
Bernhard Reiter
2011-08-10 18:00:18 -04:00
committed by Brian Bruns
parent e04dc71b60
commit 457b5a77ec
13 changed files with 1363 additions and 1643 deletions

View File

@@ -33,7 +33,6 @@ void gmdb_table_export_populate_dialog(GladeXML *xml);
/* file.c */
void gmdb_file_select_cb(GtkWidget *w, gpointer data);
void gmdb_file_open_cb(GtkWidget *w, gpointer data);
void gmdb_file_close_cb(GtkWidget *w, gpointer data);
void gmdb_file_open_recent_1(void);
void gmdb_file_open_recent_2(void);