summaryrefslogtreecommitdiff
path: root/src/nautilus-bookmarks-window.c
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-04-26 22:56:56 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-04-26 22:56:56 +0000
commit3466f92c732ab686afb5339805bee2c966c6da79 (patch)
treec2a2554a37076e4e0eb5b85fa0f06b76b749fa59 /src/nautilus-bookmarks-window.c
parent51aedc9e9182dc96fa7a47d29ab4d5095002acac (diff)
downloadnautilus-3466f92c732ab686afb5339805bee2c966c6da79.tar.gz
More FIXME-to-bug work.
* src/nautilus-bookmarks-window.c, * src/nautilus-location-bar.c, * src/nautilus-window-menus.c, * src/nautilus-zoom-control.c, * src/ntl-main.c, * src/ntl-uri-map.c: Wrote bug reports for all FIXMEs in these files. Down to 71 in Nautilus with no bug report.
Diffstat (limited to 'src/nautilus-bookmarks-window.c')
-rw-r--r--src/nautilus-bookmarks-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-bookmarks-window.c b/src/nautilus-bookmarks-window.c
index 9173b903a..1ea7558ea 100644
--- a/src/nautilus-bookmarks-window.c
+++ b/src/nautilus-bookmarks-window.c
@@ -336,7 +336,8 @@ nautilus_bookmarks_window_restore_geometry (GtkWidget *window)
height = CLAMP (height, BOOKMARKS_WINDOW_MIN_HEIGHT, gdk_screen_height());
top = CLAMP (top, 0, gdk_screen_height() - MINIMUM_ON_SCREEN_HEIGHT);
- /* FIXME: If window has negative left coordinate, set_uposition sends it
+ /* FIXME bugzilla.eazel.com 669:
+ * If window has negative left coordinate, set_uposition sends it
* somewhere else entirely. Not sure what level contains this bug (XWindows?).
* Hacked around by pinning the left edge to zero.
*/