← Back to team overview

simple-scan-team team mailing list archive

[Merge] lp:~jbicha/simple-scan/fix-help-link into lp:simple-scan

 

Jeremy Bicha has proposed merging lp:~jbicha/simple-scan/fix-help-link into lp:simple-scan.

Requested reviews:
  Simple Scan Development Team (simple-scan-team)

For more details, see:
https://code.launchpad.net/~jbicha/simple-scan/fix-help-link/+merge/100342

yelp-tools uses help: links instead of ghelp:
-- 
https://code.launchpad.net/~jbicha/simple-scan/fix-help-link/+merge/100342
Your team Simple Scan Development Team is requested to review the proposed merge of lp:~jbicha/simple-scan/fix-help-link into lp:simple-scan.
=== modified file 'help/Makefile.am'
--- help/Makefile.am	2012-02-07 00:43:37 +0000
+++ help/Makefile.am	2012-04-01 18:30:27 +0000
@@ -6,6 +6,7 @@
              crop.page \
              dpi.page \
              email.page \
+             legal.xml \
              print.page \
              reorder.page \
              rotate.page \

=== modified file 'src/ui.vala'
--- src/ui.vala	2012-02-07 02:34:14 +0000
+++ src/ui.vala	2012-04-01 18:30:27 +0000
@@ -1051,7 +1051,7 @@
     {
         try
         {
-            Gtk.show_uri (window.get_screen (), "ghelp:simple-scan", Gtk.get_current_event_time ());
+            Gtk.show_uri (window.get_screen (), "help:simple-scan", Gtk.get_current_event_time ());
         }
         catch (Error e)
         {


Follow ups