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 PROTECTED]>
---
 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


** Attachment added: "show menubar and scrollbar in a window created by 
dragging a tab only when needed"
   
http://launchpadlibrarian.net/13581730/0001-show-menubar-and-scrollbar-in-a-window-created-by-dr.patch

-- 
menubar and scrollbar visibility in new windows
https://bugs.launchpad.net/bugs/219575
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to