app: Introduce and use GimpFileChooserAction

Introduce and use GimpFileChooserAction in the core so that we can
differentiate Save from Export later.
This commit is contained in:
Martin Nordholts
2009-04-24 07:36:41 +02:00
parent acef48602c
commit 3025dac653
5 changed files with 27 additions and 17 deletions

View File

@ -66,7 +66,7 @@ typedef struct _GimpFileDialogState GimpFileDialogState;
GType gimp_file_dialog_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_file_dialog_new (Gimp *gimp,
GtkFileChooserAction action,
GimpFileChooserAction action,
const gchar *title,
const gchar *role,
const gchar *stock_id,