diff options
Diffstat (limited to 'mail/subscribe-dialog.h')
-rw-r--r-- | mail/subscribe-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h index 4e1c5a2b49..34267efafd 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -41,7 +41,7 @@ struct _SubscribeDialog { GtkObject parent; - Evolution_Shell shell; + GNOME_Evolution_Shell shell; GtkWidget *app; @@ -72,6 +72,6 @@ typedef struct { } SubscribeDialogClass; GtkType subscribe_dialog_get_type (void); -GtkWidget *subscribe_dialog_new (Evolution_Shell shell); +GtkWidget *subscribe_dialog_new (GNOME_Evolution_Shell shell); #endif /* _SUBSCRIBE_DIALOG_H_ */ |