summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-05-26 20:43:59 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-05-26 20:43:59 +0000
commit56afae5d489131c23a738f0ccfe9bc23b94e3bdb (patch)
treecedb70d7c6f0bbb2bb3f47839638f3050a4381f6 /src
parentcbf780ad2b5c2f8373a01e9eb5f5dfad3f4cb20c (diff)
downloadnautilus-56afae5d489131c23a738f0ccfe9bc23b94e3bdb.tar.gz
Added a FIXME to the line that Dan Winship says should be passing a MIME
* src/ntl-view-bonobo-subdoc.c: (bonobo_subdoc_notify_location_change): Added a FIXME to the line that Dan Winship says should be passing a MIME type but is currently passing "".
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-view-frame-bonobo-embeddable.c3
-rw-r--r--src/ntl-view-bonobo-subdoc.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/nautilus-view-frame-bonobo-embeddable.c b/src/nautilus-view-frame-bonobo-embeddable.c
index fb512a908..01159d95c 100644
--- a/src/nautilus-view-frame-bonobo-embeddable.c
+++ b/src/nautilus-view-frame-bonobo-embeddable.c
@@ -62,6 +62,9 @@ bonobo_subdoc_notify_location_change(NautilusViewFrame *view, Nautilus_Navigatio
nautilus_view_frame_request_progress_change(view, &pri);
if(stream)
{
+ /* FIXME: The empty string parameter is supposed to represent the MIME
+ * type, according to Dan Winship who changed this API on 5/26/00.
+ */
Bonobo_PersistStream_load (persist,
(Bonobo_Stream) bonobo_object_corba_objref (BONOBO_OBJECT (stream)),
"",
diff --git a/src/ntl-view-bonobo-subdoc.c b/src/ntl-view-bonobo-subdoc.c
index fb512a908..01159d95c 100644
--- a/src/ntl-view-bonobo-subdoc.c
+++ b/src/ntl-view-bonobo-subdoc.c
@@ -62,6 +62,9 @@ bonobo_subdoc_notify_location_change(NautilusViewFrame *view, Nautilus_Navigatio
nautilus_view_frame_request_progress_change(view, &pri);
if(stream)
{
+ /* FIXME: The empty string parameter is supposed to represent the MIME
+ * type, according to Dan Winship who changed this API on 5/26/00.
+ */
Bonobo_PersistStream_load (persist,
(Bonobo_Stream) bonobo_object_corba_objref (BONOBO_OBJECT (stream)),
"",