[longomatch] Check for 30fps correctly
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Check for 30fps correctly
- Date: Wed, 24 Sep 2014 20:32:49 +0000 (UTC)
commit 57a7755bb8f09125bc6ec4bd8d1e1fcfaca9cb7d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Sep 23 02:04:18 2014 +0200
Check for 30fps correctly
.../Gui/Component/VideoPreferencesPanel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
b/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
index 1427885..4f29c2b 100644
--- a/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
+++ b/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
@@ -31,7 +31,7 @@ namespace LongoMatch.Gui.Component
{
this.Build ();
- if (Config.FPS_N == 30000) {
+ if (Config.FPS_N == 30) {
fpscombobox.Active = 1;
} else {
fpscombobox.Active = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]