diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-26 08:04:16 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-26 08:04:16 +0800 |
commit | 9f31ce86ff0ac0c7997e977647339ffb2db0fd63 (patch) | |
tree | 36a8cf18685d0aae7a37169c72f57b53e44f94f0 /shell/e-shell.h | |
parent | 490b4ff6ec666a14e4f4bf0431aa7aa15b452366 (diff) | |
download | gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.gz gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.tar.zst gsoc2013-evolution-9f31ce86ff0ac0c7997e977647339ffb2db0fd63.zip |
Make Evolution compile with the latest Bonobo changes.
Make Evolution compile with the latest Bonobo changes.
Miguel.
svn path=/trunk/; revision=1636
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index b2778f0444..64de044fb4 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -1,7 +1,7 @@ #ifndef E_SHELL_H #define E_SHELL_H -#include <bonobo/gnome-object.h> +#include <bonobo/bonobo-object.h> #include "evolution.h" #include "e-folder.h" #include "e-shortcut.h" @@ -16,7 +16,7 @@ #define E_IS_SHELL_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_SHELL_TYPE)) struct _EShell { - GnomeObject base_object; + BonoboObject base_object; /* A list of EShellViews */ GSList *views; @@ -35,7 +35,7 @@ struct _EShell { }; typedef struct { - GnomeObjectClass parent_class; + BonoboObjectClass parent_class; } EShellClass; EShell *e_shell_new (void); |