summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-background.c
diff options
context:
space:
mode:
authorMike Engber <engber@src.gnome.org>2000-08-17 00:07:39 +0000
committerMike Engber <engber@src.gnome.org>2000-08-17 00:07:39 +0000
commit7d15c2221877c41b90197c99c0d434d61545490b (patch)
tree94c360f8b609fc66a9987c65e5e6c6745f5ef6f5 /libnautilus-private/nautilus-background.c
parent26fe6be674d161c10a2ef69aa416bac188a6ef69 (diff)
downloadnautilus-7d15c2221877c41b90197c99c0d434d61545490b.tar.gz
Added bug numbers to some FIXME's and a new FIXME (and placeholder
Added bug numbers to some FIXME's and a new FIXME (and placeholder handling) for our lack of emboss support in background (bug 2193) * libnautilus-extensions/nautilus-background.c: (nautilus_background_draw): * libnautilus-extensions/nautilus-directory-background.c: (nautilus_directory_background_read_desktop_settings):
Diffstat (limited to 'libnautilus-private/nautilus-background.c')
-rw-r--r--libnautilus-private/nautilus-background.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-background.c b/libnautilus-private/nautilus-background.c
index f0471f173..2f00194e6 100644
--- a/libnautilus-private/nautilus-background.c
+++ b/libnautilus-private/nautilus-background.c
@@ -229,8 +229,8 @@ nautilus_background_draw (NautilusBackground *background,
gboolean horizontal_gradient;
gboolean image_totally_obscures;
- /* FIXME combo mode only works with tiled images. If we decide we want combo mode to work
- * more generally, this needs to be fixed.
+ /* FIXME bugzilla.eazel.com 2189: combine mode only works with tiled images. If we decide we want
+ * combo mode to work more generally, this needs to be fixed.
*/
if (background->details->combine_mode) {
/* allocate a pixbuf the size of the rectangle */