comparison gtk/gtknotify.c @ 14614:45cdf2cf456c

[gaim-migrate @ 17342] sf patch #1563203, from hjheins Add Seamonkey to the list of browsers. This is the first patch I've accepted in a while. Mostly because Richard has been doing such an awesome job with the patch tracker. Three cheers for rlaager! hip-hip, hooray! hip-hip, hooray! hip-hip, hooray! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 24 Sep 2006 08:11:28 +0000
parents 333989477bcd
children 18b74ed00850
comparison
equal deleted inserted replaced
14613:62bb53609a36 14614:45cdf2cf456c
964 * and/or current window? 964 * and/or current window?
965 */ 965 */
966 } 966 }
967 else if (!strcmp(web_browser, "mozilla") || 967 else if (!strcmp(web_browser, "mozilla") ||
968 !strcmp(web_browser, "mozilla-firebird") || 968 !strcmp(web_browser, "mozilla-firebird") ||
969 !strcmp(web_browser, "firefox")) 969 !strcmp(web_browser, "firefox") ||
970 !strcmp(web_browser, "seamonkey"))
970 { 971 {
971 char *args = ""; 972 char *args = "";
972 973
973 command = g_strdup_printf("%s %s", web_browser, escaped); 974 command = g_strdup_printf("%s %s", web_browser, escaped);
974 975