Fix deprecated glib call.

2009-02-17  Andre Klapper  <a9016009@gmx.de>

	* demos/gtk-demo/main.c:
	Fix deprecated glib call.


svn path=/trunk/; revision=22349
This commit is contained in:
Andre Klapper
2009-02-17 18:57:05 +00:00
committed by Andre Klapper
parent dfc29dba44
commit aa22f6c538
2 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,7 @@ get_democodedir (void)
if (result == NULL)
{
result = g_win32_get_package_installation_directory (NULL, NULL);
result = g_win32_get_package_installation_directory_of_module (NULL);
if (result == NULL)
result = "unknown-location";