diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:06:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:06:06 +0800 |
commit | e8c9adced819e25b2b77314c773428c01a38643a (patch) | |
tree | 1eee6ce45b29ea7613f083df14b1ace58ad5a242 /addressbook/gui/component/addressbook.c | |
parent | 05114bc4955e1f49386a210b863af4ac230dab6e (diff) | |
download | gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.gz gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.bz2 gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.lz gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.xz gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.tar.zst gsoc2013-evolution-e8c9adced819e25b2b77314c773428c01a38643a.zip |
Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):
* gui/component/select-names/Makefile.am (gladedir): Version using
$(BASE_VERSION).
(etspecdir): Likewise.
(iconsdir): Likewise.
* gui/contact-list-editor/Makefile.am (iconsdir): Version using
$(BASE_VERSION).
(gladedir): Likewise.
* gui/merging/Makefile.am (gladedir): Version using $(BASE_VERSION).
* gui/search/Makefile.am (ruledir): Version using $(BASE_VERSION).
* gui/component/Makefile.am (INCLUDES): Update EVOLUTION_IMAGESDIR
to be versioned through $(BASE_VERSION).
* gui/widgets/e-addressbook-view.c (init_collection): Use
EVOLUTION_GALVIEWSDIR.
* gui/widgets/Makefile.am (INCLUDES): Define EVOLUTION_GALVIEWSDIR
and update EVOLUTION_IMAGESDIR.
svn path=/trunk/; revision=19551
Diffstat (limited to 'addressbook/gui/component/addressbook.c')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 2c2001c4c6..9ab5d87320 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -376,7 +376,7 @@ control_activate (BonoboControl *control, bonobo_ui_component_freeze (uic, NULL); bonobo_ui_util_set_ui (uic, EVOLUTION_DATADIR, - "evolution-addressbook.xml", + EVOLUTION_UIDIR "/evolution-addressbook.xml", "evolution-addressbook", NULL); e_addressbook_view_setup_menus (view->view, uic); |