diff options
author | infirit <[email protected]> | 2014-07-25 16:18:18 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-25 16:18:18 +0200 |
commit | 041b050488e3fa0d1dda442c19375c217dc8886a (patch) | |
tree | b0196f8bb22d9a21a578438c46fe397b1b69cdb1 /src/eom-dialog.h | |
parent | 4d498a1cc3a0bff55af99d5cde87343b0df011a0 (diff) | |
download | eom-041b050488e3fa0d1dda442c19375c217dc8886a.tar.bz2 eom-041b050488e3fa0d1dda442c19375c217dc8886a.tar.xz |
Remove any reference to glade*
Based on eog commit d26606d6273427777790e998902d86acd57c3393
From Baptiste Mille-Mathias <[email protected]>
Diffstat (limited to 'src/eom-dialog.h')
-rw-r--r-- | src/eom-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eom-dialog.h b/src/eom-dialog.h index 104daa3..b9f7a52 100644 --- a/src/eom-dialog.h +++ b/src/eom-dialog.h @@ -49,7 +49,7 @@ struct _EomDialogClass { GObjectClass parent_class; void (* construct) (EomDialog *dialog, - const gchar *glade_file, + const gchar *ui_file, const gchar *dlg_node); void (* show) (EomDialog *dialog); @@ -60,7 +60,7 @@ struct _EomDialogClass { GType eom_dialog_get_type (void) G_GNUC_CONST; void eom_dialog_construct (EomDialog *dialog, - const gchar *glade_file, + const gchar *ui_file, const gchar *dlg_node); void eom_dialog_show (EomDialog *dialog); |