pidgin/win32/gtkwin32dep.c

changeset 35901
5bcb306a4edf
parent 35892
02bf3200b9cb
child 35912
0c0112fff3d2
equal deleted inserted replaced
35900:b422038b7269 35901:5bcb306a4edf
394 gchar *exchndl_dll_path; 394 gchar *exchndl_dll_path;
395 395
396 if (purple_debug_is_verbose()) 396 if (purple_debug_is_verbose())
397 purple_debug_misc("winpidgin", "winpidgin_init start\n"); 397 purple_debug_misc("winpidgin", "winpidgin_init start\n");
398 398
399 exchndl_dll_path = g_build_filename(wpurple_install_dir(), "exchndl.dll", NULL); 399 exchndl_dll_path = g_build_filename(wpurple_bin_dir(), "exchndl.dll", NULL);
400 MySetLogFile = (LPFNSETLOGFILE) wpurple_find_and_loadproc(exchndl_dll_path, "SetLogFile"); 400 MySetLogFile = (LPFNSETLOGFILE) wpurple_find_and_loadproc(exchndl_dll_path, "SetLogFile");
401 g_free(exchndl_dll_path); 401 g_free(exchndl_dll_path);
402 exchndl_dll_path = NULL; 402 exchndl_dll_path = NULL;
403 if (MySetLogFile) { 403 if (MySetLogFile) {
404 gchar *debug_dir, *locale_debug_dir; 404 gchar *debug_dir, *locale_debug_dir;

mercurial