[longomatch] Set MediaFileMode in the media file chooser



commit f59571b5833c0227bae603019c3b1a3326628d63
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Sep 7 17:37:34 2014 +0200

    Set MediaFileMode in the media file chooser

 .../LongoMatch.Gui.Panel.ProjectsManagerPanel.cs   |    2 +-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
index 9286727..0a1e726 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
@@ -400,7 +400,7 @@ namespace LongoMatch.Gui.Panel
                        this.mediafilechooser = new global::LongoMatch.Gui.Component.MediaFileChooser ();
                        this.mediafilechooser.Events = ((global::Gdk.EventMask)(256));
                        this.mediafilechooser.Name = "mediafilechooser";
-                       this.mediafilechooser.MediaFileMode = false;
+                       this.mediafilechooser.MediaFileMode = true;
                        this.mediafilechooseralignment.Add (this.mediafilechooser);
                        this.vbox1.Add (this.mediafilechooseralignment);
                        global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox1 
[this.mediafilechooseralignment]));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 7941bf5..041e38c 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9283,7 +9283,7 @@ You can continue with the current capture, cancel it or save your project.
                                                   <widget class="LongoMatch.Gui.Component.MediaFileChooser" 
id="mediafilechooser">
                                                     <property name="MemberName" />
                                                     <property name="Events">ButtonPressMask</property>
-                                                    <property name="MediaFileMode">False</property>
+                                                    <property name="MediaFileMode">True</property>
                                                   </widget>
                                                 </child>
                                               </widget>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]