summaryrefslogtreecommitdiff
path: root/components/html
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-04-27 18:36:33 +0000
committerDarin Adler <darin@src.gnome.org>2000-04-27 18:36:33 +0000
commit4d2695b532d800090a81012409e49cc81673f4ef (patch)
treeed6973757c11bbfb4d2e58c8bdc942e89389701a /components/html
parent7540b533ed97cd9b8bbc3644e9cea4657cd7f2c0 (diff)
downloadnautilus-4d2695b532d800090a81012409e49cc81673f4ef.tar.gz
Fixed bug that happens when there are no outstanding FIXMEs (hooray!).
* check-FIXME.pl: Fixed bug that happens when there are no outstanding FIXMEs (hooray!). Added bug numbers to FIXMEs, writing bug reports as needed.
Diffstat (limited to 'components/html')
-rw-r--r--components/html/Makefile.am4
-rw-r--r--components/html/main.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/components/html/Makefile.am b/components/html/Makefile.am
index debd7f73b..d2fc5aab5 100644
--- a/components/html/Makefile.am
+++ b/components/html/Makefile.am
@@ -1,5 +1,5 @@
-# FIXME I want the HTML component to be a shared library component, not an exe
-# one.
+# FIXME bugzilla.eazel.com 714: I (Elliot) want the HTML component to be a
+# shared library component, not an exe one.
CPPFLAGS = \
-DPREFIX=\"$(prefix)\"
diff --git a/components/html/main.c b/components/html/main.c
index 6aa8b18b1..a6a37e5d2 100644
--- a/components/html/main.c
+++ b/components/html/main.c
@@ -91,7 +91,7 @@ pdsink_start (BonoboProgressiveDataSink *pdsink,
embeddable_data->html_stream,
GTK_HTML_STREAM_OK);
- /* FIXME URL */
+ /* FIXME bugzilla.eazel.com 718: Need the URL here. */
embeddable_data->html_stream = gtk_html_begin (embeddable_data->html,
"Unknown name");
gtk_html_parse (embeddable_data->html);
@@ -270,7 +270,7 @@ url_requested_cb (GtkHTML *html,
CORBA_exception_init (&ev);
- /* FIXME cache the result. */
+ /* FIXME bugzilla.eazel.com 716: cache the result. */
g_warning ("query_interface on the ClientSite.");
loader = Bonobo_Unknown_query_interface
@@ -363,7 +363,7 @@ view_size_query_cb (BonoboView *view,
html = view_data->embeddable_data->html;
- /* FIXME this is *bogus*! */
+ /* FIXME bugzilla.eazel.com 717: this is *bogus*! */
*desired_width = html->engine->width;
*desired_height = html->engine->height;
}