[longomatch] Disable coordinates subcetegories until it's fully functional
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Disable coordinates subcetegories until it's fully functional
- Date: Fri, 15 Feb 2013 18:24:30 +0000 (UTC)
commit 274cfc83bbde179ee23a14f044d91bff67b84cb8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Feb 15 19:24:06 2013 +0100
Disable coordinates subcetegories until it's fully functional
LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
b/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
index f7b4a98..82a4ef3 100644
--- a/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
+++ b/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
@@ -87,13 +87,13 @@ namespace LongoMatch.Gui.Component
subcat.Name),
subcat);
}
- foreach (CoordinatesSubCategory subcat in coordinatesSubcategories) {
+ /*foreach (CoordinatesSubCategory subcat in coordinatesSubcategories) {
Log.Debug("Adding coordinates subcategory: ", subcat.Name);
model.AppendValues(String.Format("[{0}] {1}",
Catalog.GetString("Coordinates"),
subcat.Name),
subcat);
- }
+ }*/
subcatcombobox.Model = model;
var cell = new CellRendererText();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]