comparison src/browser.c @ 3076:a7e03c5d2205

[gaim-migrate @ 3090] CLeaner PID stuff. Thanks, BMIller :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 17 Mar 2002 22:23:18 +0000
parents 06539a384d6b
children 26130b6a04db
comparison
equal deleted inserted replaced
3075:c0928d7fdcf9 3076:a7e03c5d2205
497 status = mozilla_remote_command(window, msg, False); 497 status = mozilla_remote_command(window, msg, False);
498 498
499 if (status != 6) 499 if (status != 6)
500 mozilla_remote_free_lock(window); 500 mozilla_remote_free_lock(window);
501 501
502 gtk_timeout_add(1000, (GtkFunction)clean_pid, NULL);
503
504 netscape_lock = 0; 502 netscape_lock = 0;
505 503
506 g_free(msg); 504 g_free(msg);
507 return FALSE; 505 return FALSE;
508 } else 506 } else
610 args[3] = NULL; 608 args[3] = NULL;
611 } 609 }
612 610
613 execvp(args[0], args); 611 execvp(args[0], args);
614 _exit(0); 612 _exit(0);
615 } else {
616 gtk_timeout_add(1000, (GtkFunction)clean_pid, NULL);
617 } 613 }
618 } 614 }
619 } 615 }
620 616
621 void add_bookmark(GtkWidget *w, char *url) 617 void add_bookmark(GtkWidget *w, char *url)