X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Feasysetup%2Fmodest-easysetup-wizard.h;h=d93bd22abeddac9fd5b308ee5a30f64d6159eb4f;hp=a4172239d46c7c1a2dfd244b53baf2c54f412d7d;hb=71e75c214255241242736f2a7528f95417e15e7e;hpb=d0a955dfd04c1707ecd486a8426112714990b84c diff --git a/src/maemo/easysetup/modest-easysetup-wizard.h b/src/maemo/easysetup/modest-easysetup-wizard.h index a417223..d93bd22 100644 --- a/src/maemo/easysetup/modest-easysetup-wizard.h +++ b/src/maemo/easysetup/modest-easysetup-wizard.h @@ -57,9 +57,9 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_CAST ((klass), \ MODEST_TYPE_EASYSETUP_WIZARD_DIALOG, ModestEasysetupWizardDialogClass)) -#define ACCOUNT_IS_WIZARD_DIALOG(obj) \ - (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \ - MODEST_TYPE_EASYSETUP_WIZARD_DIALOG)) +#define MODEST_IS_EASYSETUP_WIZARD_DIALOG(obj) \ + (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \ + MODEST_TYPE_EASYSETUP_WIZARD_DIALOG)) #define MODEST_EASYSETUP_IS_WIZARD_DIALOG_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE ((klass), \ @@ -112,7 +112,6 @@ typedef struct { GtkWidget *button_outgoing_smtp_servers; GtkWidget *page_complete_customsetup; - GtkWidget *button_edit; GtkWidget *specific_window; @@ -130,7 +129,7 @@ GType modest_easysetup_wizard_dialog_get_type (void); * return NULL, until the one before is destroyed; if it returns NULL * it will gtk_window_present the existing one. */ -ModestEasysetupWizardDialog* modest_easysetup_wizard_dialog_new_or_present (void); +ModestEasysetupWizardDialog* modest_easysetup_wizard_dialog_new (void); G_END_DECLS