mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
2008-05-12 Tor Lillqvist <tml@novell.com> Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped * glib/gutils.c (load_user_special_dirs): When running on Vista or later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for G_USER_DIRECTORY_PUBLIC_SHARE. svn path=/trunk/; revision=6883
This commit is contained in:
committed by
Tor Lillqvist
parent
7ab77ec9cd
commit
e9f4abe46c
@@ -1,3 +1,12 @@
|
||||
2008-05-12 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
|
||||
|
||||
* glib/gutils.c (load_user_special_dirs): When running on Vista or
|
||||
later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads
|
||||
folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for
|
||||
G_USER_DIRECTORY_PUBLIC_SHARE.
|
||||
|
||||
2008-05-11 Yair Hershkovitz <yairhr@gmail.com>
|
||||
|
||||
Bug 503071 - Application direction changes to right to left even if
|
||||
|
Reference in New Issue
Block a user