[drwright] Remove obsolete version check



commit 2dc59df6b765c0d54ca775d2630bcadc1dfd6889
Author: Christian Persch <chpe gnome org>
Date:   Fri Feb 25 00:06:19 2011 +0100

    Remove obsolete version check

 src/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index ef0a339..6613cec 100644
--- a/src/main.c
+++ b/src/main.c
@@ -74,9 +74,7 @@ main (int argc, char *argv[])
 	textdomain (GETTEXT_PACKAGE);
 
         option_context = g_option_context_new (NULL);
-#if GLIB_CHECK_VERSION (2, 12, 0)
         g_option_context_set_translation_domain (option_context, GETTEXT_PACKAGE);
-#endif
         g_option_context_add_main_entries (option_context, options, GETTEXT_PACKAGE);
         g_option_context_add_group (option_context, gtk_get_option_group (TRUE));
  



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]