[chronojump] Fixed: 649278: New test type doesn't appear on applyto stats
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed: 649278: New test type doesn't appear on applyto stats
- Date: Fri, 20 May 2011 10:59:50 +0000 (UTC)
commit e5ed1d4533e6ef7938be918be93e043698e9f500
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri May 20 12:59:03 2011 +0200
Fixed: 649278: New test type doesn't appear on applyto stats
src/gui/chronojump.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 23062cc..ccc2ca9 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -4758,6 +4758,7 @@ Console.WriteLine("X");
UtilGtk.ComboUpdate(combo_jumps_rj, SqliteJumpType.SelectJumpRjTypes(Constants.AllJumpsName, true), ""); //without filter, only select name
new DialogMessage(Constants.MessageTypes.INFO, Catalog.GetString("Added reactive jump."));
}
+ updateComboStats();
combo_jumps.Active = 0;
combo_jumps_rj.Active = 0;
}
@@ -4785,6 +4786,7 @@ Console.WriteLine("X");
UtilGtk.ComboUpdate(combo_runs_interval, SqliteRunIntervalType.SelectRunIntervalTypes(Constants.AllRunsName, true), ""); //without filter, only select name
new DialogMessage(Constants.MessageTypes.INFO, Catalog.GetString("Added intervallic run."));
}
+ updateComboStats();
combo_runs.Active = 0;
combo_runs_interval.Active = 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]