[longomatch] Disable tags filter and CSV export for now
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Disable tags filter and CSV export for now
- Date: Tue, 23 Aug 2011 08:18:53 +0000 (UTC)
commit bb0dafe39f5e573f1a9c95aaa40a920ef79c5f6d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 23 00:31:24 2011 +0200
Disable tags filter and CSV export for now
LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 ++
LongoMatch/gtk-gui/gui.stetic | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
index 942f928..79d2123 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -169,6 +169,7 @@ namespace LongoMatch.Gui
this.ExportProjectToCSVFileAction = new global::Gtk.Action ("ExportProjectToCSVFileAction", global::Mono.Unix.Catalog.GetString ("Export Project To CSV File"), null, null);
this.ExportProjectToCSVFileAction.Sensitive = false;
this.ExportProjectToCSVFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Export Project To CSV File");
+ this.ExportProjectToCSVFileAction.Visible = false;
w1.Add (this.ExportProjectToCSVFileAction, null);
this.TeamsTemplatesManagerAction = new global::Gtk.Action ("TeamsTemplatesManagerAction", global::Mono.Unix.Catalog.GetString ("Teams Templates Manager"), null, null);
this.TeamsTemplatesManagerAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Teams Templates Manager");
@@ -274,6 +275,7 @@ namespace LongoMatch.Gui
this.visitorteamlabel.ShowAll ();
// Container child notebook1.Gtk.Notebook+NotebookChild
this.tagstreewidget1 = new global::LongoMatch.Gui.Component.TagsTreeWidget ();
+ this.tagstreewidget1.Sensitive = false;
this.tagstreewidget1.Events = ((global::Gdk.EventMask)(256));
this.tagstreewidget1.Name = "tagstreewidget1";
this.notebook1.Add (this.tagstreewidget1);
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 62a3d37..3f89120 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -1687,6 +1687,7 @@
<property name="Label" translatable="yes">Export Project To CSV File</property>
<property name="Sensitive">False</property>
<property name="ShortLabel" translatable="yes">Export Project To CSV File</property>
+ <property name="Visible">False</property>
<signal name="Activated" handler="OnExportProjectToCSVFileActionActivated" />
</action>
<action id="TeamsTemplatesManagerAction">
@@ -1876,6 +1877,7 @@
<child>
<widget class="LongoMatch.Gui.Component.TagsTreeWidget" id="tagstreewidget1">
<property name="MemberName" />
+ <property name="Sensitive">False</property>
<property name="Events">ButtonPressMask</property>
</widget>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]