SF.net SVN: geany:[5853] trunk

colombanw at users.sourceforge.net colombanw at xxxxx
Fri Jun 17 22:51:35 UTC 2011


Revision: 5853
          http://geany.svn.sourceforge.net/geany/?rev=5853&view=rev
Author:   colombanw
Date:     2011-06-17 22:51:35 +0000 (Fri, 17 Jun 2011)

Log Message:
-----------
Remove last GLib >= 2.16 check

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/win32.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-06-17 22:51:17 UTC (rev 5852)
+++ trunk/ChangeLog	2011-06-17 22:51:35 UTC (rev 5853)
@@ -2,6 +2,8 @@
 
  * src/document.c, src/main.c, src/ui_utils.c, src/utils.c:
    Remove most of the checks for GIO.
+ * src/win32.c:
+   Remove last GLib >= 2.16 check.
 
 
 2011-06-15  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/src/win32.c
===================================================================
--- trunk/src/win32.c	2011-06-17 22:51:17 UTC (rev 5852)
+++ trunk/src/win32.c	2011-06-17 22:51:35 UTC (rev 5853)
@@ -1330,11 +1330,7 @@
 
 gchar *win32_get_installation_dir(void)
 {
-#if GLIB_CHECK_VERSION(2, 16, 0)
 	return g_win32_get_package_installation_directory_of_module(NULL);
-#else
-	return g_win32_get_package_installation_directory(NULL, NULL);
-#endif
 }
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list