diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-04 07:12:14 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-04 07:12:14 +0800 |
commit | 3732e11bafb7719d34919947938fb5ca7720813c (patch) | |
tree | bebb038a809d693bff7bc74b6a673133f617b77b /mail/subscribe-dialog.h | |
parent | 3a3d80fa14de277592c8764699a9911ed837073c (diff) | |
download | gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.tar gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.tar.gz gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.tar.bz2 gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.tar.lz gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.tar.xz gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.tar.zst gsoc2013-evolution-3732e11bafb7719d34919947938fb5ca7720813c.zip |
Updates for EvolutionStorage API changes.
2001-08-03 Jason Leach <jleach@ximian.com>
* mail-folder-cache.c (update_idle): Updates for EvolutionStorage
API changes.
* mail-importer.c (mail_importer_create_folder): Ditto.
* mail-local.c: Same here.
svn path=/trunk/; revision=11636
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 b25d76bb9a..2696acf2e2 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -40,9 +40,9 @@ #define IS_SUBSCRIBE_DIALOG_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), SUBSCRIBE_DIALOG_TYPE)) struct _SubscribeDialog { - GtkObject parent; + GtkObject parent; - GNOME_Evolution_Shell shell; + GNOME_Evolution_Shell shell; GtkWidget *app; |