mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 18:37:50 +02:00
Fix a thinko
svn path=/trunk/; revision=5545
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user