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:
committed by
Andre Klapper
parent
dfc29dba44
commit
aa22f6c538
@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user