updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sakura-dam / closequestion.patch
blob105b9f495e1faaa67120c42e3907e5a5dd5703b8
1 --- src/sakura.c 2011-07-30 21:35:11.000000000 +0200
2 +++ src/sakura.c 2011-08-01 09:31:58.011616313 +0200
3 @@ -690,7 +690,7 @@
4 npages = gtk_notebook_get_n_pages(GTK_NOTEBOOK(sakura.notebook));
6 /* Check for each tab if there are running processes. Use tcgetpgrp to compare to the shell PGID */
7 - for (i=0; i < npages; i++) {
8 +/* for (i=0; i < npages; i++) {
10 term = sakura_get_page_term(sakura, i);
11 pgid = tcgetpgrp(vte_terminal_get_pty(VTE_TERMINAL(term->vte)));
12 @@ -711,7 +711,7 @@
17 +*/
18 sakura_config_done();
19 return FALSE;