Avoid a deprecation warning

https://bugzilla.gnome.org/show_bug.cgi?id=711547
This commit is contained in:
Matthias Clasen 2014-01-19 08:21:50 -05:00
parent 7463bc1727
commit b4474c0b6b

View File

@ -463,7 +463,9 @@ g_win32_get_package_installation_subdirectory_utf8 (const gchar *package,
gchar *prefix;
gchar *dirname;
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
prefix = g_win32_get_package_installation_directory_utf8 (package, dll_name);
G_GNUC_END_IGNORE_DEPRECATIONS
dirname = g_build_filename (prefix, subdir, NULL);
g_free (prefix);