[pitivi] check: Fix variable naming



commit 2da51eac3e5df20ec0e264e853279832d29c7445
Author: Thibault Saunier <tsaunier gnome org>
Date:   Fri Oct 24 21:59:24 2014 +0200

    check: Fix variable naming

 pitivi/check.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index 5e0ff22..e70446b 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -192,7 +192,7 @@ HARD_DEPENDENCIES = [CairoDependency("1.10.0"),
 
 ges_1_5 = GstDependency("GES", "1.5.0.0")
 ges_1_5.check()
-if not ges_15.satisfied:
+if not ges_1_5.satisfied:
     HARD_DEPENDENCIES.append(GstPluginDependency("gnonlin", "1.4.0"))
 
 PYCANBERRA_SOFT_DEPENDENCY = ClassicDependency("pycanberra", None,


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