[chronojump] stats rj and runI can show all and limit



commit 1704ae9df85d2988b9a58e3a1fbb019468fad38c
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sun Mar 13 19:21:32 2011 +0100

    stats rj and runI can show all and limit

 src/gui/stats.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/stats.cs b/src/gui/stats.cs
index b1e30aa..9eac70b 100644
--- a/src/gui/stats.cs
+++ b/src/gui/stats.cs
@@ -1080,6 +1080,9 @@ public class StatsWindow {
 			//don't allow Evolution be multisession
 			radiobutton_current_session.Active = true;
 			radiobutton_selected_sessions.Sensitive = false;
+			
+			radiobutton_stats_jumps_all.Sensitive = true;
+			radiobutton_stats_jumps_limit.Sensitive = true;
 			//has no sense to study the AVG of rj tv tc evolution string
 			//not fair to make avg of each subjump, 
 			//specially when some RJs have more jumps than others



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]