summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory-background.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-09-15 19:18:15 +0000
committerDarin Adler <darin@src.gnome.org>2001-09-15 19:18:15 +0000
commit31c20fa038a3459314f4fb61817af32496ac1f0d (patch)
tree153f5cb516d73095c1344f7843129899b9365b5d /libnautilus-private/nautilus-directory-background.c
parent2c8a23505bddb024df06ddcf513df65479824207 (diff)
downloadnautilus-31c20fa038a3459314f4fb61817af32496ac1f0d.tar.gz
Updated bugzilla.eazel.com references to refer to the
corresponding bugzilla.gnome.org bug. Also updated my email address.
Diffstat (limited to 'libnautilus-private/nautilus-directory-background.c')
-rw-r--r--libnautilus-private/nautilus-directory-background.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnautilus-private/nautilus-directory-background.c b/libnautilus-private/nautilus-directory-background.c
index 2785b0bef..72176fc04 100644
--- a/libnautilus-private/nautilus-directory-background.c
+++ b/libnautilus-private/nautilus-directory-background.c
@@ -21,7 +21,7 @@
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- Author: Darin Adler <darin@eazel.com>
+ Author: Darin Adler <darin@bentspoon.com>
*/
#include <config.h>
@@ -283,7 +283,7 @@ nautilus_file_background_read_desktop_settings (char **color,
default:
g_assert_not_reached ();
case WALLPAPER_EMBOSSED:
- /* FIXME bugzilla.eazel.com 2193: we don't support embossing.
+ /* FIXME bugzilla.gnome.org 42193: we don't support embossing.
* Just treat it as centered - ugh.
*/
case WALLPAPER_CENTERED:
@@ -503,7 +503,7 @@ nautilus_file_background_event_filter (GdkXEvent *gdk_xevent, GdkEvent *event, g
}
background = EEL_BACKGROUND (data);
- /* FIXME bugzilla.eazel.com 2220:
+ /* FIXME bugzilla.gnome.org 42220:
* We'd like to call saved_settings_changed_callback right here, directly.
* However, the current version of the property-background capplet saves
* the new setting in gnome_config AFTER setting the root window's property -