Mercurial > pidgin.yaz
comparison src/gtknotify.c @ 8356:8f2667524c06
[gaim-migrate @ 9080]
because people apparently want this
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 28 Feb 2004 05:45:59 +0000 |
parents | 7787485141ca |
children | 013d256e8ded |
comparison
equal
deleted
inserted
replaced
8355:e7f0f16057f8 | 8356:8f2667524c06 |
---|---|
529 /* | 529 /* |
530 * Does Konqueror have options to open in new tab | 530 * Does Konqueror have options to open in new tab |
531 * and/or current window? | 531 * and/or current window? |
532 */ | 532 */ |
533 } | 533 } |
534 else if (!strcmp(web_browser, "gnome-open")) | |
535 { | |
536 command = g_strdup_printf("gnome-open \"%s\"", uri); | |
537 } | |
534 else if (!strcmp(web_browser, "galeon")) | 538 else if (!strcmp(web_browser, "galeon")) |
535 { | 539 { |
536 if (place == GAIM_BROWSER_NEW_WINDOW) | 540 if (place == GAIM_BROWSER_NEW_WINDOW) |
537 command = g_strdup_printf("galeon -w \"%s\"", uri); | 541 command = g_strdup_printf("galeon -w \"%s\"", uri); |
538 else if (place == GAIM_BROWSER_NEW_TAB) | 542 else if (place == GAIM_BROWSER_NEW_TAB) |