Comment 4 for bug 219575

Revision history for this message
sz (szeder) wrote : possible fix

If a new terminal window is created by dragging a tab to the root
window, then both the menubar and the scrollbar are shown in the newly
created window, even if they should be hidden according to the current
profile.

This happens because after this drag-drop-new window sequence
notebook_page_added_callback() calls gtk_widget_show_all() on the newly
created window widget, although the visibility of all its child widgets
were explicitly set by gtk_widget_(show|hide)() according to the current
profile.

This fixes #208535 in Launchpad and #528915 in Gnome bugzilla.

Signed-off-by: SZEDER Gábor <email address hidden>
---
 src/terminal-window.c | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)