summaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2002-07-25 19:11:09 +0000
committerJens Finke <jens@src.gnome.org>2002-07-25 19:11:09 +0000
commita31de7ba2847add5c89384ec1272ca267ced4167 (patch)
treec1d8ebd6356a99127bd2eebe1c5cd8339b2dce55 /viewer
parent4d1a3e4b6eeefe1fbdd7baafc2dddc3a0778e32d (diff)
downloadeog-a31de7ba2847add5c89384ec1272ca267ced4167.tar.gz
Set the location of the UI file when loading it (fixes #86932).
2002-06-30 Ross Burton <ross@burtonini.com> * viewer/eog-control.c: Set the location of the UI file when loading it (fixes #86932).
Diffstat (limited to 'viewer')
-rw-r--r--viewer/eog-control.c2
1 files changed, 1 insertions, 1 deletions
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);