aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 1dcc70d3eb..3d960e9411 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -65,6 +65,7 @@
#include "e-cal-list-view.h"
#include "evolution-shell-component-utils.h"
#include "e-util/e-icon-factory.h"
+#include "e-util/e-util-private.h"
#include "e-cal-menu.h"
/* Focusing information for the calendar view. We have to keep track of this
@@ -639,6 +640,7 @@ calendar_control_activate (BonoboControl *control,
Bonobo_UIContainer remote_uih;
BonoboUIComponent *uic;
FocusData *focus;
+ gchar *xmlfile;
uic = bonobo_control_get_ui_component (control);
g_assert (uic != NULL);
@@ -653,10 +655,14 @@ calendar_control_activate (BonoboControl *control,
bonobo_ui_component_freeze (uic, NULL);
+ xmlfile = g_build_filename (EVOLUTION_UIDIR,
+ "evolution-calendar.xml",
+ NULL);
bonobo_ui_util_set_ui (uic, PREFIX,
- EVOLUTION_UIDIR "/evolution-calendar.xml",
+ xmlfile,
"evolution-calendar",
NULL);
+ g_free (xmlfile);
e_pixmaps_update (uic, pixmaps);