ekiga r7659 - in trunk: . lib/platform



Author: dsandras
Date: Sat Feb 14 13:48:29 2009
New Revision: 7659
URL: http://svn.gnome.org/viewvc/ekiga?rev=7659&view=rev

Log:
Patch from Michael Cronenworth. Thanks!


Modified:
   trunk/ChangeLog
   trunk/lib/platform/platform-win32.c

Modified: trunk/lib/platform/platform-win32.c
==============================================================================
--- trunk/lib/platform/platform-win32.c	(original)
+++ trunk/lib/platform/platform-win32.c	Sat Feb 14 13:48:29 2009
@@ -50,7 +50,7 @@
 gm_platform_init ()
 {
 #if GLIB_CHECK_VERSION (2, 18, 0)
-  basedir = g_strdup (g_win32_get_package_installation_directory_of_module (NULL, NULL));
+  basedir = g_strdup (g_win32_get_package_installation_directory_of_module (NULL));
 #else  
   basedir = g_strdup (g_win32_get_package_installation_directory (NULL, NULL));
 #endif



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