[Xfce4-commits] [xfce/thunar] 02/03: Don't use deprecated function.
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 12:27:36 CET 2015
This is an automated email from the git hooks/post-receive script.
nick pushed a commit to branch master
in repository xfce/thunar.
commit c0d3a2b3297b17cfa02b00ad6ad2b6d333e5e8b6
Author: Nick Schermer <nick at xfce.org>
Date: Sat Feb 28 12:26:44 2015 +0100
Don't use deprecated function.
---
thunar/main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/thunar/main.c b/thunar/main.c
index a496f2a..e2eff3e 100644
--- a/thunar/main.c
+++ b/thunar/main.c
@@ -185,9 +185,11 @@ main (int argc, char **argv)
}
#ifdef HAVE_GIO_UNIX
+#if !GLIB_CHECK_VERSION (2, 42, 0)
/* set desktop environment for app infos */
g_desktop_app_info_set_desktop_env ("XFCE");
#endif
+#endif
/* register additional transformation functions */
thunar_g_initialize_transformations ();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list