summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-07-22 15:52:42 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-07-22 15:52:42 +0000
commitf669811a6562f8472f7d37b62d53eda803fbe442 (patch)
tree45c8f99fd62f8c5012447611d2cc235b5342b020
parent1e876d9892656070a422f7929ffa3275e46814ca (diff)
downloadnautilus-f669811a6562f8472f7d37b62d53eda803fbe442.tar.gz
Fix wrong location.
2002-07-22 Alexander Larsson <alexl@redhat.com> * components/history/Nautilus_View_history.server.in.in: * components/notes/Nautilus_View_notes.server.in.in: Fix wrong location.
-rw-r--r--ChangeLog6
-rw-r--r--components/history/Nautilus_View_history.server.in.in2
-rw-r--r--components/notes/Nautilus_View_notes.server.in.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dc524aa4..6ab6bb053 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-07-22 Alexander Larsson <alexl@redhat.com>
+ * components/history/Nautilus_View_history.server.in.in:
+ * components/notes/Nautilus_View_notes.server.in.in:
+ Fix wrong location.
+
+2002-07-22 Alexander Larsson <alexl@redhat.com>
+
* src/file-manager/fm-desktop-icon-view.c:
Fix for #86073. Don't show removable media options for non
removable media. Also name the unmount menu item "Eject" for
diff --git a/components/history/Nautilus_View_history.server.in.in b/components/history/Nautilus_View_history.server.in.in
index 8fbe685dd..d52de7190 100644
--- a/components/history/Nautilus_View_history.server.in.in
+++ b/components/history/Nautilus_View_history.server.in.in
@@ -1,7 +1,7 @@
<oaf_info>
<oaf_server iid="OAFIID:Nautilus_History_View"
- type="shlib" location="@BONOBODIR@/bonobo/libnautilus-history-view.so">
+ type="shlib" location="@BONOBODIR@/libnautilus-history-view.so">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:Bonobo/Unknown:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
diff --git a/components/notes/Nautilus_View_notes.server.in.in b/components/notes/Nautilus_View_notes.server.in.in
index e3f3c3773..c15dcda85 100644
--- a/components/notes/Nautilus_View_notes.server.in.in
+++ b/components/notes/Nautilus_View_notes.server.in.in
@@ -1,7 +1,7 @@
<oaf_info>
<oaf_server iid="OAFIID:Nautilus_Notes_View"
- type="shlib" location="@BONOBODIR@/bonobo/libnautilus-notes-view.so">
+ type="shlib" location="@BONOBODIR@/libnautilus-notes-view.so">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:Bonobo/Unknown:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>