diff src/window.c @ 690:0e922220d322

updated for version 7.0208
author vimboss
date Sun, 26 Feb 2006 23:59:20 +0000
parents 473847b050f8
children e402b0af6083
line wrap: on
line diff
--- a/src/window.c
+++ b/src/window.c
@@ -3323,7 +3323,7 @@ goto_tabpage(n)
 
 #ifdef FEAT_GUI_TABLINE
     if (gui_use_tabline())
-	gui_mch_set_curtab(tabpage_index(tp));
+	gui_mch_set_curtab(tabpage_index(curtab));
 #endif
 }