Mercurial > pidgin
diff libpurple/protocols/zephyr/ZVariables.c @ 15822:32c366eeeb99
sed -ie 's/gaim/purple/g'
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 19 Mar 2007 07:01:17 +0000 |
| parents | 5fe8042783c1 |
| children | b8572b937c09 |
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/ZVariables.c Mon Mar 19 06:11:46 2007 +0000 +++ b/libpurple/protocols/zephyr/ZVariables.c Mon Mar 19 07:01:17 2007 +0000 @@ -116,7 +116,7 @@ const char *envptr; #ifndef WIN32 struct passwd *pwd; - envptr = gaim_home_dir(); + envptr = purple_home_dir(); #else envptr = getenv("HOME"); if (!envptr)
