aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-18 18:29:52 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-18 18:29:52 +0800
commit5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1 (patch)
tree5cd2c94309b9e0de803a9abf0efd13311e5e354c /addressbook/gui/component
parentf4f267580923e9cee563b151edb18edd7996b45e (diff)
downloadgsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.tar
gsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.tar.gz
gsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.tar.bz2
gsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.tar.lz
gsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.tar.xz
gsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.tar.zst
gsoc2013-evolution-5ec9ba9eea52cd24c7abcccc2ec2e99922570ef1.zip
Added gui/minicard/e-minicard-control.c,
2000-07-18 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/Makefile.am: Added gui/minicard/e-minicard-control.c, gui/minicard/e-minicard-control.h, gui/minicard/e-minicard-widget.c, and gui/minicard/e-minicard-widget.h. * gui/minicard/e-minicard-control.c, gui/minicard/e-minicard-control.h, gui/minicard/e-minicard-widget.c, gui/minicard/e-minicard-widget.h: Got these to compile. * gui/minicard/e-minicard-control.gnorba, gui/minicard/e-minicard-control.oafinfo: Copied directly from bonobo-clock-control. These aren't done yet. svn path=/trunk/; revision=4211
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c
index e83933debf..7b939318fb 100644
--- a/addressbook/gui/component/addressbook-factory.c
+++ b/addressbook/gui/component/addressbook-factory.c
@@ -16,6 +16,7 @@
#include "addressbook.h"
#include "addressbook-component.h"
+#include "addressbook/gui/minicard/e-minicard-control.h"
#include "select-names/e-select-names-factory.h"
#ifdef USING_OAF
@@ -76,6 +77,8 @@ main (int argc, char **argv)
addressbook_component_factory_init ();
e_select_names_factory_init ();
+
+ e_minicard_control_factory_init ();
e_cursors_init();