# HG changeset patch # User Sean Egan # Date 1170491049 0 # Node ID e4c39e261389213593e305c69e69db054b0fb6f8 # Parent 762b6547adf998dd03741949cb99e3cd079424a9 A few gaims in gtkmain.c. Daniel, I don't want to screw with any windows stuff. Could you take care of all that? diff -r 762b6547adf9 -r e4c39e261389 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sat Feb 03 08:19:27 2007 +0000 +++ b/pidgin/gtkmain.c Sat Feb 03 08:24:09 2007 +0000 @@ -395,7 +395,7 @@ #endif /* HAVE_STARTUP_NOTIFICATION */ #ifndef _WIN32 -static char *gaim_find_binary_location(void *symbol, void *data) +static char *pidgin_find_binary_location(void *symbol, void *data) { static char *fullname = NULL; static gboolean first = TRUE; @@ -507,7 +507,7 @@ #endif #ifndef _WIN32 - br_set_locate_fallback_func(gaim_find_binary_location, argv[0]); + br_set_locate_fallback_func(pidgin_find_binary_location, argv[0]); #endif #ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR);