aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h6
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);
tmiwi2011-03-191-1/+0 * - Fix NO* case [1]pgollucci2010-12-122-10/+8 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 * - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * SHA256ifyedwin2006-01-221-0/+1 * eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-7/+7 * Chase textproc/sary updateehaupt2005-12-111-1/+2 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1 * Fix INDEX broken.nork2005-05-111-2/+2 * Add prime 1.0.0.1, PRedictive Input Method Editor(PRIME).nork2005-05-10