[chronojump] encoder: Fixed user curve combo
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] encoder: Fixed user curve combo
- Date: Sat, 17 Nov 2012 12:02:16 +0000 (UTC)
commit bdb77d26f89119057930cb02c6cef85a06585a91
Author: Xavier de Blas <xaviblas gmail com>
Date: Sat Nov 17 13:00:26 2012 +0100
encoder: Fixed user curve combo
glade/chronojump.glade | 2 +-
src/gui/encoder.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index 5514fcf..1789f9e 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -12530,7 +12530,7 @@ Evaluator can use real name or nickname.</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox_encoder_analyze_curve_num_combo">
+ <widget class="GtkHBox" id="hbox_combo_encoder_analyze_curve_num_combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 4deeec8..f92c532 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -931,7 +931,7 @@ public partial class ChronoJumpWindow
hbox_combo_encoder_analyze_cross.ShowAll();
combo_encoder_analyze_cross.Sensitive = true;
hbox_combo_encoder_analyze_cross.Visible = false; //do not show hbox at start
-
+
hbox_combo_encoder_analyze_curve_num_combo.PackStart(combo_encoder_analyze_curve_num_combo, true, true, 0);
hbox_combo_encoder_analyze_curve_num_combo.ShowAll();
combo_encoder_analyze_curve_num_combo.Sensitive = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]