aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-26 14:00:55 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-26 14:00:55 +0800
commitbf556f33a21a451f17e76e7133e72b350982d123 (patch)
tree1bfcdcc8413b4eadae999f87a5d64ff93e5152d0 /addressbook
parent201b897c30b75fc4f7a77c778f01a4f3ee79380d (diff)
downloadgsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar
gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.gz
gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.bz2
gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.lz
gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.xz
gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.zst
gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.zip
Remove gnorba stuff
2000-08-26 JP Rosevear <jpr@helixcode.com> * gui/minicard/Makefile.am: Remove gnorba stuff * gui/minicard/e-minicard-control.gnorba: Kill svn path=/trunk/; revision=5051
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/minicard/Makefile.am5
-rw-r--r--addressbook/gui/minicard/e-minicard-control.gnorba24
-rw-r--r--addressbook/gui/widgets/Makefile.am5
4 files changed, 6 insertions, 34 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 27a84b3437..2e570b34da 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
2000-08-26 JP Rosevear <jpr@helixcode.com>
+ * gui/minicard/Makefile.am: Remove gnorba stuff
+
+ * gui/minicard/e-minicard-control.gnorba: Kill
+
+2000-08-26 JP Rosevear <jpr@helixcode.com>
+
* gui/component/addressbook.gnorba: Kill
* gui/component/Makefile.am: Remove gnorba stuff
diff --git a/addressbook/gui/minicard/Makefile.am b/addressbook/gui/minicard/Makefile.am
index 17f6d00548..182199c2e7 100644
--- a/addressbook/gui/minicard/Makefile.am
+++ b/addressbook/gui/minicard/Makefile.am
@@ -41,7 +41,6 @@ minicard_label_test_SOURCES = \
minicard_label_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
libeminicard.a \
$(BONOBO_GNOME_LIBS) \
$(top_builddir)/widgets/e-text/libetext.a \
@@ -52,7 +51,6 @@ minicard_test_SOURCES = \
minicard_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
libeminicard.a \
$(BONOBO_GNOME_LIBS) \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
@@ -71,7 +69,6 @@ reflow_test_SOURCES = \
reflow_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
$(BONOBO_GNOME_LIBS) \
libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
@@ -90,7 +87,6 @@ minicard_view_test_SOURCES = \
minicard_view_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
$(BONOBO_GNOME_LIBS) \
libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
@@ -109,7 +105,6 @@ minicard_widget_test_SOURCES = \
minicard_widget_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
$(BONOBO_GNOME_LIBS) \
libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
diff --git a/addressbook/gui/minicard/e-minicard-control.gnorba b/addressbook/gui/minicard/e-minicard-control.gnorba
deleted file mode 100644
index 73daffd203..0000000000
--- a/addressbook/gui/minicard/e-minicard-control.gnorba
+++ /dev/null
@@ -1,24 +0,0 @@
-[control-factory:clock]
-type=exe
-repo_id=IDL:Bonobo/GenericFactory:1.0
-description=Factory for the sample BonoboClock control
-location_info=sample-control-factory
-
-[control:clock]
-type=factory
-repo_id=IDL:BonoboControl/clock-control:1.0 IDL:Bonobo/Control:1.0
-description=A sample Bonobo control which displays a clock.
-location_info=control-factory:clock
-
-[control-factory:entry]
-type=exe
-repo_id=IDL:Bonobo/GenericFactory:1.0
-description=Factory for the sample GtkEntry control
-location_info=sample-control-factory
-
-[control:entry]
-type=factory
-repo_id=IDL:BonoboControl/entry-control:1.0 IDL:Bonobo/Control:1.0
-description=A sample Bonbobo control wrapping a Gtk Entry widget.
-location_info=control-factory:entry
-
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index 17f6d00548..182199c2e7 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -41,7 +41,6 @@ minicard_label_test_SOURCES = \
minicard_label_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
libeminicard.a \
$(BONOBO_GNOME_LIBS) \
$(top_builddir)/widgets/e-text/libetext.a \
@@ -52,7 +51,6 @@ minicard_test_SOURCES = \
minicard_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
libeminicard.a \
$(BONOBO_GNOME_LIBS) \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
@@ -71,7 +69,6 @@ reflow_test_SOURCES = \
reflow_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
$(BONOBO_GNOME_LIBS) \
libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
@@ -90,7 +87,6 @@ minicard_view_test_SOURCES = \
minicard_view_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
$(BONOBO_GNOME_LIBS) \
libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
@@ -109,7 +105,6 @@ minicard_widget_test_SOURCES = \
minicard_widget_test_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(GNOMEGNORBA_LIBS) \
$(BONOBO_GNOME_LIBS) \
libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \