[Aptitude-devel] r3166 - in branches/aptitude-0.3/aptitude: . src/vscreen

Daniel Burrows dburrows@costa.debian.org
Thu, 28 Apr 2005 02:17:15 +0000


Author: dburrows
Date: Thu Apr 28 02:17:13 2005
New Revision: 3166

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/testvscreen.cc
Log:
Enable tabs in the test program.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Thu Apr 28 02:17:13 2005
@@ -1,5 +1,9 @@
 2005-04-27  Daniel Burrows  <dburrows@debian.org>
 
+	* src/vscreen/testvscreen.cc:
+
+	  Enable tabs in the test program.
+
 	* src/vscreen/vs_multiplex.cc, src/vscreen/vs_multiplex.h:
 
 	  Oh yeah, make it possible to actually turn on the tab support.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/testvscreen.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/testvscreen.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/testvscreen.cc	Thu Apr 28 02:17:13 2005
@@ -396,7 +396,7 @@
 
   menubar->set_subwidget(toplevel);
 
-  vs_multiplex *switcher=new vs_multiplex();
+  vs_multiplex *switcher=new vs_multiplex(true);
   switcher->connect_key("CycleScreen",
 			&global_bindings,
 			sigc::mem_fun(*switcher, &vs_multiplex::cycle_forward));