diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-26 14:11:48 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-26 14:11:48 +0800 |
commit | 67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad (patch) | |
tree | 29e6edc15f732f79f4b7b2b1d116bb2ea4daf272 /addressbook/gui/component/addressbook-component.c | |
parent | 657730b85aa426f2423dc4223b7646b13456e4cb (diff) | |
download | gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.tar gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.tar.gz gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.tar.bz2 gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.tar.lz gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.tar.xz gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.tar.zst gsoc2013-evolution-67aa56b764ee6c5f8a3b3a9289b0c61eab6358ad.zip |
Die gnorba die.
2000-08-26 JP Rosevear <jpr@helixcode.com>
Die gnorba die.
* gui/component/addressbook-component.c: Remove gnorba stuff
* gui/minicard/e-minicard-control.c
(e_minicard_control_factory_init):
ditto
* gui/component/addressbook.c: ditto
* gui/component/addressbook-factory.c: ditto
svn path=/trunk/; revision=5053
Diffstat (limited to 'addressbook/gui/component/addressbook-component.c')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 4a73821630..5b52b8337b 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -35,11 +35,8 @@ #include "e-ldap-storage.h" -#ifdef USING_OAF + #define COMPONENT_FACTORY_ID "OAFIID:evolution-shell-component-factory:addressbook:dbf3bba0-4b0a-4f07-899b-1ec56fdf38a0" -#else -#define COMPONENT_FACTORY_ID "evolution-shell-component-factory:addressbook" -#endif /* Nasty hack for filters to be able to find folders */ /* Not even used with addressbook??? */ |