diff --git a/shell/ChangeLog b/shell/ChangeLog index a09df8dd..e848ba25 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-12-06 Thomas Canty + + * Makefile.am: directory for bonobo xml files is gnome-2.0 not gnome + 2001-11-05 Jens Finke * eog-window.[ch] (verb_FileExit_cb), diff --git a/shell/Makefile.am b/shell/Makefile.am index 8d6709f3..817a2d45 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -26,7 +26,7 @@ eog_LDADD = \ $(INTLLIBS) \ ../libeog/libeog.la -uidir = $(datadir)/gnome/ui +uidir = $(datadir)/gnome-2.0/ui UI_FILES = eog-shell-ui.xml ui_DATA = $(UI_FILES)