[longomatch] Use OpenFiles from Misc
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use OpenFiles from Misc
- Date: Mon, 7 Jul 2014 17:32:45 +0000 (UTC)
commit 5ecaf3d50240b6c647964001bb88eef00bee382b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Jul 7 19:32:13 2014 +0200
Use OpenFiles from Misc
LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 3 +--
LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 77a7c80..dd9487b 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -32,7 +32,6 @@ using LongoMatch.Gui.Popup;
using LongoMatch.Gui.Dialog;
using LongoMatch.Gui.Helpers;
using LongoMatch.Video.Utils;
-using LongoMatch.Utils;
using LongoMatch.Interfaces.GUI;
using Device = LongoMatch.Common.Device;
@@ -349,7 +348,7 @@ namespace LongoMatch.Gui.Panel
void HandleOpenbuttonClicked(object sender, System.EventArgs e)
{
- mediaFile = Open.OpenFile (this);
+ mediaFile = Misc.OpenFile (this);
if (mediaFile != null) {
fileEntry.Text = mediaFile.FilePath;
}
diff --git a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
index 0c7ad95..e3429cf 100644
--- a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
@@ -106,7 +106,7 @@ namespace LongoMatch.Gui.Panel
void HandleFileClicked (object sender, EventArgs e)
{
- MediaFile file= Utils.Open.OpenFile (this);
+ MediaFile file= LongoMatch.Gui.Helpers.Misc.OpenFile (this);
if (file != null) {
loadedProject.Description.File = file;
fileimage.Pixbuf = file.Preview.Value;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]