comparison src/browser.c @ 2616:62bd04e00eb3

[gaim-migrate @ 2629] what? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Oct 2001 01:48:25 +0000
parents 6d00c0f8bfc5
children 0899f8c99a15
comparison
equal deleted inserted replaced
2615:8b84198651c9 2616:62bd04e00eb3
579 if (pid == 0) { 579 if (pid == 0) {
580 char *args[4]; 580 char *args[4];
581 581
582 args[0] = g_strdup("kfmclient"); 582 args[0] = g_strdup("kfmclient");
583 args[1] = g_strdup("openURL"); 583 args[1] = g_strdup("openURL");
584 args[2] = url;; 584 args[2] = url;
585 args[3] = NULL; 585 args[3] = NULL;
586 586
587 execvp(args[0], args); 587 execvp(args[0], args);
588 _exit(0); 588 _exit(0);
589 } else { 589 } else {