[longomatch] Always remove the logo mode after setting a project.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Always remove the logo mode after setting a project.
- Date: Tue, 6 Apr 2010 00:27:11 +0000 (UTC)
commit f45c78d6b1980b8c65733334c4a6c44a1edeb1e6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Apr 5 16:27:16 2010 +0200
Always remove the logo mode after setting a project.
LongoMatch/Gui/MainWindow.cs | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index e060d2c..eb04d9b 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -139,12 +139,7 @@ namespace LongoMatch.Gui
CloseOpenedProject(true);
return;
}
- if (project.File.HasVideo)
- playerbin1.LogoMode = true;
- else
- playerbin1.LogoMode = false;
- if (project.File.HasVideo)
- playerbin1.LogoMode = false;
+ playerbin1.LogoMode = false;
timelinewidget1.Project = project;
treewidget1.ProjectIsLive = false;
localplayerslisttreewidget.ProjectIsLive = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]