[Aptitude-svn-commit] r4262 - in branches/aptitude-0.3/aptitude: . src/vscreen

Daniel Burrows dburrows at costa.debian.org
Sun Sep 25 19:15:12 UTC 2005


Author: dburrows
Date: Sun Sep 25 19:15:09 2005
New Revision: 4262

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/vscreen.cc
Log:
Remove an initialization of an unused style.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sun Sep 25 19:15:09 2005
@@ -1,5 +1,9 @@
 2005-09-25  Daniel Burrows  <dburrows at debian.org>
 
+	* src/vscreen/vscreen.cc:
+
+	  Don't initialize the unused style WidgetFrame.
+
 	* doc/en/aptitude.xml, src/defaults.cc, src/ui.cc:
 
 	  Add keybindings and menu items to directly select the first and

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vscreen.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vscreen.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vscreen.cc	Sun Sep 25 19:15:09 2005
@@ -763,8 +763,6 @@
   // Edit lines will *always* appear white-on-black.
   set_style("EditLine", style_fg(COLOR_WHITE)+style_bg(COLOR_BLACK)+style_attrs_off(A_REVERSE));
 
-  set_style("WidgetFrame", style_fg(COLOR_WHITE)+style_bg(COLOR_BLACK));
-
   set_style("TreeBackground", style());
 
   if(toplevel.valid())



More information about the Aptitude-svn-commit mailing list