diff --git a/capplets/common/ChangeLog b/capplets/common/ChangeLog index c3b9794cd..ff416607a 100644 --- a/capplets/common/ChangeLog +++ b/capplets/common/ChangeLog @@ -1,3 +1,8 @@ +2007-10-25 Jens Granseuer + + * gnome-theme-info.c: (gnome_theme_init): revert this part from the + last commit since this was already handled by rev 8166 + 2007-10-25 Denis Washington * gnome-theme-apply.c: Fix the cursor size being only being updated diff --git a/capplets/common/gnome-theme-info.c b/capplets/common/gnome-theme-info.c index 4ba7e0074..68afb0fec 100644 --- a/capplets/common/gnome-theme-info.c +++ b/capplets/common/gnome-theme-info.c @@ -2025,13 +2025,6 @@ gnome_theme_init (gboolean *monitor_not_added) result = add_top_icon_theme_dir_monitor (top_theme_dir_uri, &real_monitor_not_added, 0, NULL); gnome_vfs_uri_unref (top_theme_dir_uri); - /* /usr/share/cursors/xorg-x11 (used on Gentoo Linux) */ - top_theme_dir_uri = gnome_vfs_uri_new ("/usr/share/cursors/xorg-x11"); - if (!gnome_vfs_uri_exists (top_theme_dir_uri)) - gnome_vfs_make_directory_for_uri (top_theme_dir_uri, 0775); - result = add_top_icon_theme_dir_monitor (top_theme_dir_uri, &real_monitor_not_added, 2, NULL); - gnome_vfs_uri_unref (top_theme_dir_uri); - #ifndef HAVE_XCURSOR /* If we don't have Xcursor, use the built-in cursor fonts instead */ read_cursor_fonts ();