Mercurial > pidgin
diff src/gtkprefs.c @ 7108:6faeeecab0dc
[gaim-migrate @ 7673]
Put the rest of util.[ch] into namespaces and sectioned off the functions.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 01 Oct 2003 07:15:53 +0000 |
| parents | c8bf2da398e3 |
| children | 43e8430a4469 |
line wrap: on
line diff
--- a/src/gtkprefs.c Wed Oct 01 06:17:28 2003 +0000 +++ b/src/gtkprefs.c Wed Oct 01 07:15:53 2003 +0000 @@ -1234,7 +1234,7 @@ browsers = g_list_prepend(browsers, _("Manual")); for (i = 0; i < num_possible_browsers; i++) { - if (program_is_valid(possible_browsers[i].command)) { + if (gaim_program_is_valid(possible_browsers[i].command)) { browsers = g_list_prepend(browsers, possible_browsers[i].command); browsers = g_list_prepend(browsers, _(possible_browsers[i].name));
