Mercurial > pidgin.yaz
diff src/browser.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 | 4ae5d9c3d9ec |
| children |
line wrap: on
line diff
--- a/src/browser.c Wed Oct 01 06:17:28 2003 +0000 +++ b/src/browser.c Wed Oct 01 07:15:53 2003 +0000 @@ -584,7 +584,7 @@ } } - if (!program_is_valid(command)) { + if (!gaim_program_is_valid(command)) { gchar *tmp = g_strdup_printf(_("The browser \"%s\" is invalid."), command); gaim_notify_error(NULL, NULL, _("Unable to open URL"), tmp);
