mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Fix a thinko
svn path=/trunk/; revision=5545
This commit is contained in:
parent
e087f8c43c
commit
fc0295e4cd
@ -2449,7 +2449,7 @@ g_get_user_special_dir (GUserDirectory directory)
|
||||
if (g_user_special_dirs[G_USER_DIRECTORY_DESKTOP] == NULL)
|
||||
{
|
||||
g_get_any_init ();
|
||||
g_user_special_dirs[directory] = g_build_filename (g_home_dir, "Desktop", NULL);
|
||||
g_user_special_dirs[G_USER_DIRECTORY_DESKTOP] = g_build_filename (g_home_dir, "Desktop", NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user