[vinagre] Fix help links (for yelp-tools conversion)



commit e3a24560934bf119e000cdbc4e7d379a87fc615c
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Mar 11 17:36:14 2012 -0400

    Fix help links (for yelp-tools conversion)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671852

 vinagre/vinagre-utils.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-utils.vala b/vinagre/vinagre-utils.vala
index c98fa7c..a45cd8c 100644
--- a/vinagre/vinagre-utils.vala
+++ b/vinagre/vinagre-utils.vala
@@ -184,7 +184,7 @@ namespace Vinagre.Utils {
     {
         string uri;
         if (page != null)
-            uri = "help:" + Vinagre.Config.PACKAGE_TARNAME + "?" + page;
+            uri = "help:" + Vinagre.Config.PACKAGE_TARNAME + "/" + page;
         else
             uri = "help:" + Vinagre.Config.PACKAGE_TARNAME;
 



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