Mercurial > pidgin
diff PROGRAMMING_NOTES @ 5338:10b5ac17fdd6
[gaim-migrate @ 5714]
Note on paths written to the .gaimrc file
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Thu, 08 May 2003 23:25:54 +0000 |
parents | 59ff9d0b7b85 |
children | da88e2cd5c53 |
line wrap: on
line diff
--- a/PROGRAMMING_NOTES Thu May 08 23:20:25 2003 +0000 +++ b/PROGRAMMING_NOTES Thu May 08 23:25:54 2003 +0000 @@ -31,6 +31,10 @@ printf("File in DATADIR is: %s%s%s\n", DATADIR, G_DIR_SEPARATOR_S, "pic.png"); +- When writing out paths to .gaimrc, use wgaim_escape_dirsep. This is necessary + because the Windows dir separator '\' is being used to escape characters, when + paths are read in from the .gaimrc file. + PLUGINS & PROTOS ----------------