aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tab.cc')
-rw-r--r--src/Tab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tab.cc b/src/Tab.cc
index df6bf5b..7d3609e 100644
--- a/src/Tab.cc
+++ b/src/Tab.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Tab.cc,v 1.53 2003/02/02 16:32:38 rathnor Exp $ 22// $Id: Tab.cc,v 1.54 2003/02/09 14:11:12 rathnor Exp $
23 23
24#include "Tab.hh" 24#include "Tab.hh"
25 25
@@ -173,7 +173,7 @@ void Tab::lower() {
173 do { 173 do {
174 XLowerWindow(m_display, current->m_tabwin); //lower tabwin and tabs window 174 XLowerWindow(m_display, current->m_tabwin); //lower tabwin and tabs window
175 win = current->getWindow(); 175 win = current->getWindow();
176 win->getScreen()->lowerWindow(win); 176 win->lower();
177 177
178 current = current->next(); //get next 178 current = current->next(); //get next
179 if (current == 0) 179 if (current == 0)