[Aptitude-devel] r3072 - in branches/aptitude-0.3/aptitude: . src
Daniel Burrows
dburrows@costa.debian.org
Sat, 23 Apr 2005 14:06:30 +0000
Author: dburrows
Date: Sat Apr 23 14:06:27 2005
New Revision: 3072
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/broken_indicator.cc
Log:
Make all of the broken indicator red.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Apr 23 14:06:27 2005
@@ -1,3 +1,9 @@
+2005-04-23 Daniel Burrows <dburrows@debian.org>
+
+ * src/broken_indicator.cc:
+
+ Make the whole broken indicator red, not just the text.
+
2005-04-22 Daniel Burrows <dburrows@debian.org>
* src/generic/aptcache.cc:
Modified: branches/aptitude-0.3/aptitude/src/broken_indicator.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/broken_indicator.cc (original)
+++ branches/aptitude-0.3/aptitude/src/broken_indicator.cc Sat Apr 23 14:06:27 2005
@@ -70,6 +70,8 @@
cache_closed.connect(sigc::mem_fun(*this, &broken_indicator::update));
cache_reloaded.connect(sigc::mem_fun(*this, &broken_indicator::handle_cache_reload));
+ set_bg(get_color("Error"));
+
update();
}