[longomatch] The new codec choice popup does not use custom URLs anymore.



commit c04d3de265240acf02a2f41fe2002f969fc55181
Author: Julien Moutte <julien fluendo com>
Date:   Wed Nov 26 18:59:12 2014 +0100

    The new codec choice popup does not use custom URLs anymore.

 LongoMatch.Core/Common/Constants.cs |    4 ----
 LongoMatch/Main.cs                  |    7 +------
 2 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Constants.cs b/LongoMatch.Core/Common/Constants.cs
index 7082afe..9735496 100644
--- a/LongoMatch.Core/Common/Constants.cs
+++ b/LongoMatch.Core/Common/Constants.cs
@@ -73,10 +73,6 @@ Xavier Queralt Mateu (ca)";
 
                public const string WEBSITE = "http://www.longomatch.com";;
 
-               public const string PRO_WEBSITE = "http://www.longomatch.com/pro";;
-
-               public const string FREE_CODECS_WEBSITE = "http://www.longomatch.com/free";;
-
                public const string MANUAL = "http://www.longomatch.com/documentation/manual.html";;
 
 #if HAVE_GTK
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index d27e18a..fac606e 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -67,12 +67,7 @@ namespace LongoMatch
                                        int response = ccd.Run ();
                                        if (response == (int) ResponseType.Accept) {
                                                try {
-                                                       System.Diagnostics.Process.Start 
(Constants.PRO_WEBSITE);
-                                               } catch {
-                                               }
-                                       } else if (response == (int) ResponseType.Reject) {
-                                               try {
-                                                       System.Diagnostics.Process.Start 
(Constants.FREE_CODECS_WEBSITE);
+                                                       System.Diagnostics.Process.Start (Constants.WEBSITE);
                                                } catch {
                                                }
                                        }


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