Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161951 Details for
Bug 219964
x11-terms/gnome-terminal-2.22.1 doesn't kill bash processes on tab close
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix killing of shell when tab is closed
gnome-terminal-2.22.3-tab-close-fix.patch (text/plain), 1.00 KB, created by
Arun Raghavan (RETIRED)
on 2008-08-02 04:24:08 UTC
(
hide
)
Description:
Patch to fix killing of shell when tab is closed
Filename:
MIME Type:
Creator:
Arun Raghavan (RETIRED)
Created:
2008-08-02 04:24:08 UTC
Size:
1.00 KB
patch
obsolete
>diff -urNp gnome-terminal-2.22.3-orig/src/terminal-window.c gnome-terminal-2.22.3/src/terminal-window.c >--- gnome-terminal-2.22.3-orig/src/terminal-window.c 2008-08-01 16:23:04.000000000 +0530 >+++ gnome-terminal-2.22.3/src/terminal-window.c 2008-08-01 23:29:19.000000000 +0530 >@@ -1367,14 +1367,9 @@ selection_changed_callback (TerminalScre > } > > static void >-close_button_clicked_cb (GtkWidget *widget, GtkWidget *screen) >+close_button_clicked_cb (GtkWidget *widget, TerminalScreen *screen) > { >- GtkWidget *notebook; >- guint page_num; >- >- notebook = gtk_widget_get_parent (GTK_WIDGET (screen)); >- page_num = gtk_notebook_page_num (GTK_NOTEBOOK (notebook), screen); >- gtk_notebook_remove_page (GTK_NOTEBOOK (notebook), page_num); >+ terminal_screen_close (screen); > } > > static void >@@ -1458,8 +1453,6 @@ terminal_window_add_screen (TerminalWind > if (old == window) > return; > >- g_object_ref (G_OBJECT (screen)); /* make our own new refcount */ >- > if (old) > terminal_window_remove_screen (old, screen); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219964
: 161951