Mercurial > pidgin
changeset 9701:d9e6e172f94c
[gaim-migrate @ 10560]
Don't print NULL when the user's browser is set to custom but they have
not entered a browser.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 07 Aug 2004 16:45:04 +0000 |
parents | d6292978a704 |
children | 5c6f4f0acb8b |
files | src/gtknotify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtknotify.c Sat Aug 07 15:58:22 2004 +0000 +++ b/src/gtknotify.c Sat Aug 07 16:45:04 2004 +0000 @@ -419,7 +419,7 @@ gchar *tmp; tmp = g_strdup_printf(_("The browser command \"%s\" is invalid."), - command); + command ? command : "(none)"); gaim_notify_error(NULL, NULL, _("Unable to open URL"), tmp);