diff src/gtknotify.c @ 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 7b3212aa698c
children 4d05b6e9e9cd
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);