From be8c0eaaec13e63aefa1447a35be568ad8d5acdf Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 7 Sep 2000 21:42:15 +0000 Subject: Preliminaries for new UI handler. svn path=/trunk/; revision=5245 --- addressbook/gui/component/Makefile.am | 5 ++- addressbook/gui/component/ui.xml | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 addressbook/gui/component/ui.xml (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index d531c420ac..6837984d93 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -72,7 +72,7 @@ glade_DATA = ldap-server-dialog.glade ldap-server-dialog.glade.h alphabet.glade EXTRA_DIST = \ $(glade_DATA) \ $(oaf_DATA) \ - alphabet.glade.h + alphabet.glade.h ui.xml if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ @@ -84,3 +84,6 @@ evolution-addressbook.pure: evolution-addressbook $(PLINK) $(evolution_addressbook_LDFLAGS) $(evolution_addressbook_OBJECTS) $(evolution_addressbook_LDADD) $(LIBS) endif + +uidir = $(datadir)/evolution/addressbook +ui_DATA = ui.xml diff --git a/addressbook/gui/component/ui.xml b/addressbook/gui/component/ui.xml new file mode 100644 index 0000000000..13f86d4874 --- /dev/null +++ b/addressbook/gui/component/ui.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3