changed copyright dates to 2012.
[psensor.git] / src / main.c
index 85f38a4..95471c7 100644 (file)
@@ -389,7 +389,6 @@ static void log_glib_info()
                  glib_micro_version);
 }
 
-
 int main(int argc, char **argv)
 {
        struct ui_psensor ui;
@@ -440,11 +439,10 @@ int main(int argc, char **argv)
        log_init();
 
        log_glib_info();
-#if !(GLIB_CHECK_VERSION(2, 32, 0))
+#if !(GLIB_CHECK_VERSION(2, 31, 0))
        /*
-        * Since GLib 2.3.32 g_thread_init call is deprecated and not
-        * needed. Documentation of this method is not clear whether
-        * it is also useless with 2.3.31.
+        * Since GLib 2.31 g_thread_init call is deprecated and not
+        * needed.
         */
        log_debug("Calling g_thread_init(NULL)");
        g_thread_init(NULL);