summaryrefslogtreecommitdiff
path: root/components/mozilla
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/mozilla
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/mozilla')
-rw-r--r--components/mozilla/nautilus-mozilla-content-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mozilla/nautilus-mozilla-content-view.c b/components/mozilla/nautilus-mozilla-content-view.c
index ff4e4c90e..dcfa8cebb 100644
--- a/components/mozilla/nautilus-mozilla-content-view.c
+++ b/components/mozilla/nautilus-mozilla-content-view.c
@@ -153,7 +153,7 @@ nautilus_mozilla_content_view_load_uri (NautilusMozillaContentView *view,
if (view->detail->uri)
g_free (view->detail->uri);
- /* FIXME: This is a temporary dumbass hack */
+ /* FIXME bugzilla.eazel.com 522: This is a temporary dumbass hack */
if (strncmp (uri, "moz:", strlen ("moz:")) == 0)
{
view->detail->uri = g_strdup_printf ("http:%s", uri + strlen ("moz:"));