[longomatch] Update media file chooser in the projects manager panel



commit 532f54ed83ee6c9650680a4d4426b872c2a6504f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Oct 6 07:42:15 2014 +0200

    Update media file chooser in the projects manager panel

 LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs 
b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
index 657ff92..d0105f2 100644
--- a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
@@ -128,6 +128,7 @@ namespace LongoMatch.Gui.Panel
                void UpdateFile (MediaFileChooser mediafilechooser, MediaFile file, MediaFileAngle view,
                               Gtk.Image image, Label label)
                {
+                       mediafilechooser.MediaFile = file;
                        if (file != null) {
                                loadedProject.Description.FileSet.SetAngle (view, file);
                                image.Pixbuf = file.Preview.Value;


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