revert this part from the last commit since this was already handled by
2007-10-25 Jens Granseuer <jensgr@gmx.net> * gnome-theme-info.c: (gnome_theme_init): revert this part from the last commit since this was already handled by rev 8166 svn path=/trunk/; revision=8200
This commit is contained in:
parent
891f7ac4c1
commit
29e6e09e13
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-25 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* 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 <denisw@svn.gnome.org>
|
||||
|
||||
* gnome-theme-apply.c: Fix the cursor size being only being updated
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue