(control_activate): Get

evolution-executive-summary.xml from EVOLUTION_UI_DIRECTORY.

svn path=/trunk/; revision=19836
This commit is contained in:
Ettore Perazzoli
2003-02-06 23:25:31 +00:00
parent eacd38d4ee
commit 80cbfea2de
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-02-06 Ettore Perazzoli <ettore@ximian.com>
* component/e-summary-factory.c (control_activate): Get
evolution-executive-summary.xml from EVOLUTION_UI_DIRECTORY.
2001-09-14 Ettore Perazzoli <ettore@ximian.com> 2001-09-14 Ettore Perazzoli <ettore@ximian.com>
[Automake 1.5 fixes pointed out by Richard Boulton [Automake 1.5 fixes pointed out by Richard Boulton

View File

@ -66,7 +66,7 @@ evolution_executive_summary_LDADD = \
-lgal \ -lgal \
$(GTKHTML_LIBS) $(GTKHTML_LIBS)
gladedir = $(datadir)/evolution/glade gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade
glade_DATA = executive-summary-config.glade glade_DATA = executive-summary-config.glade
if ENABLE_PURIFY if ENABLE_PURIFY

View File

@ -79,7 +79,7 @@ control_activate (BonoboControl *control,
bonobo_ui_component_freeze (ui_component, NULL); bonobo_ui_component_freeze (ui_component, NULL);
bonobo_ui_util_set_ui (ui_component, EVOLUTION_DATADIR, bonobo_ui_util_set_ui (ui_component, EVOLUTION_DATADIR,
"evolution-executive-summary.xml", EVOLUTION_UI_DIRECTORY "/evolution-executive-summary.xml",
"evolution-executive-summary"); "evolution-executive-summary");
e_pixmaps_update (ui_component, pixmaps); e_pixmaps_update (ui_component, pixmaps);