# HG changeset patch # User Mark Doliner # Date 1091897104 0 # Node ID d9e6e172f94c9fcd1fe8fdcc081c27934f339313 # Parent d6292978a704dce48d93569992dfff7726615eed [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 diff -r d6292978a704 -r d9e6e172f94c src/gtknotify.c --- 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);