try to scroll to theme. Currently appears to be a little broken somewhere.
Tue May 14 12:29:35 2002 Jonathan Blandford <jrb@redhat.com> * theme-switcher.c (read_themes): try to scroll to theme. Currently appears to be a little broken somewhere. Tue May 14 12:08:17 2002 Jonathan Blandford <jrb@redhat.com> * theme-common.c (theme_common_init): confirm that the ~/.themes/ directory exists. Also: Clean up ui-props a little. commit fix to mouse properties
This commit is contained in:
parent
331ec2dfa3
commit
b87cde513f
7 changed files with 64 additions and 14 deletions
|
@ -377,7 +377,7 @@ read_cursor_font (void)
|
|||
gchar *dir_name;
|
||||
struct dirent *file_dirent;
|
||||
|
||||
dir_name = g_build_path (G_DIR_SEPARATOR_S, g_get_home_dir (), ".gnome/share/cursor-fonts", NULL);
|
||||
dir_name = g_build_path (G_DIR_SEPARATOR_S, g_get_home_dir (), ".gnome2/share/cursor-fonts", NULL);
|
||||
if (! g_file_test (dir_name, G_FILE_TEST_EXISTS))
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue