[Xfce4-commits] <xfconf:master> Fix previous commit.
Nick Schermer
noreply at xfce.org
Thu Jul 11 22:38:02 CEST 2013
Updating branch refs/heads/master
to 455fe498dd1aa54a9321dd38f04c1c76ad1ee5cc (commit)
from 5719a34aad35eb1e91c595006c11d7b7978a0488 (commit)
commit 455fe498dd1aa54a9321dd38f04c1c76ad1ee5cc
Author: Nick Schermer <nick at xfce.org>
Date: Thu Jul 11 22:35:36 2013 +0200
Fix previous commit.
xfconf-query/main.c | 2 +-
xfconf/xfconf.c | 2 +-
xfconfd/main.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfconf-query/main.c b/xfconf-query/main.c
index 95c9200..422743e 100644
--- a/xfconf-query/main.c
+++ b/xfconf-query/main.c
@@ -240,7 +240,7 @@ main(int argc, char **argv)
#endif
xfce_textdomain (GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
-#ifn GLIB_CHECK_VERSION(2,36,0)
+#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init();
#endif
diff --git a/xfconf/xfconf.c b/xfconf/xfconf.c
index f7c0a5e..53f5825 100644
--- a/xfconf/xfconf.c
+++ b/xfconf/xfconf.c
@@ -127,7 +127,7 @@ xfconf_init(GError **error)
return TRUE;
}
-#ifn GLIB_CHECK_VERSION(2,36,0)
+#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init();
#endif
diff --git a/xfconfd/main.c b/xfconfd/main.c
index de076e9..4488b24 100644
--- a/xfconfd/main.c
+++ b/xfconfd/main.c
@@ -159,7 +159,7 @@ main(int argc,
g_set_application_name(_("Xfce Configuration Daemon"));
g_set_prgname(G_LOG_DOMAIN);
-#ifn GLIB_CHECK_VERSION(2,36,0)
+#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init();
#endif
More information about the Xfce4-commits
mailing list