summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--viewer/eog-control.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 047a16b1..44f2ab9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-30 Ross Burton <ross@burtonini.com>
+
+ * viewer/eog-control.c: Set the location of the UI file when
+ loading it (fixes #86932).
+
2002-07-25 Jens Finke <jens@triq.net>
We have a real fullscreen again.
diff --git a/viewer/eog-control.c b/viewer/eog-control.c
index 06d7d01d..06666fe1 100644
--- a/viewer/eog-control.c
+++ b/viewer/eog-control.c
@@ -275,7 +275,7 @@ eog_control_create_ui (EogControl *control)
uic = bonobo_control_get_ui_component (BONOBO_CONTROL (control));
- bonobo_ui_util_set_ui (uic, NULL, "eog-image-view-ctrl-ui.xml", "EOG", NULL);
+ bonobo_ui_util_set_ui (uic, DATADIR, "eog-image-view-ctrl-ui.xml", "EOG", NULL);
bonobo_ui_component_add_verb_list_with_data (uic, eog_control_verbs,
control);