aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-30 17:32:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-30 17:32:11 +0800
commit43aa02ecd418a9a898d4287aa5a29f050486d605 (patch)
treee4bb3e630f0d4bbf43a9d710e50f1ad68ca94d94 /shell/evolution-shell-client.h
parent1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd (diff)
downloadgsoc2013-evolution-43aa02ecd418a9a898d4287aa5a29f050486d605.tar.gz
gsoc2013-evolution-43aa02ecd418a9a898d4287aa5a29f050486d605.tar.zst
gsoc2013-evolution-43aa02ecd418a9a898d4287aa5a29f050486d605.zip
Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.
svn path=/trunk/; revision=3825
Diffstat (limited to 'shell/evolution-shell-client.h')
-rw-r--r--shell/evolution-shell-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h
index 4b5d3dd151..daf0c65e76 100644
--- a/shell/evolution-shell-client.h
+++ b/shell/evolution-shell-client.h
@@ -28,7 +28,7 @@
#include <config.h>
#endif
-#include <bonobo/bonobo-object.h>
+#include <bonobo/bonobo-object-client.h>
#include "Evolution.h"
@@ -49,13 +49,13 @@ typedef struct _EvolutionShellClientPrivate EvolutionShellClientPrivate;
typedef struct _EvolutionShellClientClass EvolutionShellClientClass;
struct _EvolutionShellClient {
- BonoboObject parent;
+ BonoboObjectClient parent;
EvolutionShellClientPrivate *priv;
};
struct _EvolutionShellClientClass {
- BonoboObjectClass parent_class;
+ BonoboObjectClientClass parent_class;
};
9aabd2f2a0a4'>- Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-011-6/+2 * - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0 * - Update download locations, update WWWPhilip M. Gollucci2009-02-012-2/+2 * SHA256ifyEdwin Groothuis2006-01-221-0/+1 * - Remove a junk white space.Sergey Matveychuk2004-11-261-1/+1 * - Update to 2.3.2Sergey Matveychuk2004-11-265-69/+38 * With portmgr hat on, reset inactive maintainer. These ports are now upMark Linimon2004-11-201-1/+1 * SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1 * Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-5/+5 * Clear moonlight beckons.Ade Lovett2003-03-072-1/+1 * - Add patch that will, for -CURRENT only, change: -pthread -> -lc_rJohann Visagie2002-07-112-0/+23 * - Update port to version 2.2gJohann Visagie2001-08-224-223/+34 * - General clean-up of port.Johann Visagie2001-07-055-38/+252 * - Add %%PORTDOCS%% support to pkg-plist.Johann Visagie2001-07-042-3/+3 * update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-091-2/+2 * fix some pkg/MESSAGE stuffMichael Haro2000-01-301-1/+1 * Change Id->FreeBSD.David E. O'Brien1999-08-25