summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-27 12:52:32 +0100
committerRobin Gareus <robin@gareus.org>2016-02-27 12:53:09 +0100
commit0106047fd2f7ad138fb7a10cd1c8709fd60088ec (patch)
tree6922562beeef3f1b977d9fd864d179b989b41c68 /libs
parentd95f2e98df60bfedbfbe5c866cda3140f8ec06e7 (diff)
avoid "show_all" -- closes #6797
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/tabbable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/tabbable.cc b/libs/gtkmm2ext/tabbable.cc
index a0ff199096..e0058c11f4 100644
--- a/libs/gtkmm2ext/tabbable.cc
+++ b/libs/gtkmm2ext/tabbable.cc
@@ -140,7 +140,6 @@ Tabbable::show_own_window (bool and_pack_it)
tab_requested_by_state = false;
- _window->show_all ();
_window->present ();
}