--- a/src/gtknotify.c Mon Dec 22 21:46:06 2003 +0000 +++ b/src/gtknotify.c Tue Dec 23 14:23:53 2003 +0000 @@ -412,14 +412,16 @@ command = g_strdup_printf("opera \"%s\"", uri); } else if (!strcmp(web_browser, "kfmclient")) { command = g_strdup_printf("kfmclient openURL \"%s\"", uri); - } else if (!strcmp(web_browser, "galeon")) { + } else if (!strcmp(web_browser, "galeon")) { if (gaim_prefs_get_bool("/gaim/gtk/browsers/new_window")) command = g_strdup_printf("galeon -w \"%s\"", uri); else command = g_strdup_printf("galeon \"%s\"", uri); } else if (!strcmp(web_browser, "mozilla")) { command = g_strdup_printf("mozilla \"%s\"", uri); - } else if (!strcmp(web_browser, "custom")) { + } else if (!strcmp(web_browser, "mozilla-firebird")) { + command = g_strdup_printf("mozilla-firebird \"%s\"", uri); + } else if (!strcmp(web_browser, "custom")) { const char *web_command; web_command = gaim_prefs_get_string("/gaim/gtk/browsers/command");