diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-04 12:46:45 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-04 12:46:45 +0100 |
commit | 76265841b74cad78a60e5f960d37beb8ba854e2e (patch) | |
tree | 17e830fe5d6acbbcc8e7497fa27dcdde42933f2c /tests/document-loader.c | |
parent | c0bd4250ef3ceda457aaa492cc950b215f5db06e (diff) | |
download | pluma-76265841b74cad78a60e5f960d37beb8ba854e2e.tar.bz2 pluma-76265841b74cad78a60e5f960d37beb8ba854e2e.tar.xz |
Fix some deprecations
Diffstat (limited to 'tests/document-loader.c')
-rw-r--r-- | tests/document-loader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/document-loader.c b/tests/document-loader.c index 42f9b638..a3e6a57b 100644 --- a/tests/document-loader.c +++ b/tests/document-loader.c @@ -238,7 +238,9 @@ test_begin_new_line_detection () int main (int argc, char *argv[]) { +#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); +#endif g_test_init (&argc, &argv, NULL); pluma_prefs_manager_app_init (); |