[chronojump] Jumps ComboBox: makes sure that the first element ("See All Jumps") is selected.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Jumps ComboBox: makes sure that the first element ("See All Jumps") is selected.
- Date: Fri, 30 Sep 2016 11:19:15 +0000 (UTC)
commit cc89c05f75cec136afb931cae5c4d6e48a267d86
Author: Carles Pina i Estany <carles pina cat>
Date: Fri Sep 30 13:17:28 2016 +0200
Jumps ComboBox: makes sure that the first element ("See All Jumps") is selected.
This call was added in commit: b8f1070d6a4c5f705d42ca51f73e8abc2eb7e6f4
and I've realised that the Combobox didn't have anything selected after
importing sessions.
src/gui/stats.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/stats.cs b/src/gui/stats.cs
index f92fdb4..3b653a0 100644
--- a/src/gui/stats.cs
+++ b/src/gui/stats.cs
@@ -604,7 +604,7 @@ public partial class ChronoJumpWindow {
UtilGtk.ComboUpdate(combo_stats_stat_apply_to,
jumps, ""); //only select name
- UtilGtk.ComboUpdate(combo_select_jumps, jumps, "");
+ combo_select_jumps.Active = UtilGtk.ComboUpdate(combo_select_jumps, jumps, "");
combo_stats_stat_apply_to.Sensitive = true;
combo_stats_stat_apply_to.Active = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]