summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/gtk-demo/main.c')
-rw-r--r--demos/gtk-demo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c
index 435f232f2c..c7492ef196 100644
--- a/demos/gtk-demo/main.c
+++ b/demos/gtk-demo/main.c
@@ -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";