summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-03-21 23:36:00 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-03-21 23:36:00 +0000
commit37830c958e6b48e97bbc69cd86cd264627ed70ec (patch)
tree4f37eee5dbfd79eecc49ff926f18f1dab789b69a
parentcc47a7769f9238728cd95c1569d903697137a33b (diff)
downloadnetsurf-37830c958e6b48e97bbc69cd86cd264627ed70ec.tar.gz
netsurf-37830c958e6b48e97bbc69cd86cd264627ed70ec.tar.bz2
Mention how to change the default home page, and fixed a posterior-related typo.
svn path=/trunk/netsurf/; revision=4028
-rw-r--r--Docs/PACKAGING-GTK8
1 files changed, 7 insertions, 1 deletions
diff --git a/Docs/PACKAGING-GTK b/Docs/PACKAGING-GTK
index f82030a2a..0e3475ac4 100644
--- a/Docs/PACKAGING-GTK
+++ b/Docs/PACKAGING-GTK
@@ -49,7 +49,13 @@
or similar. Please don't be tempted to mention Mozilla or similar - let's
let that lie die.
+ If the user hasn't specified one in their Preferences, NetSurf defaults to
+ visiting a "portal" welcome page on http://www.netsurf-browser.org/ - if you
+ wish to change this, you need to do it two places currently; in the
+ function gui_init2() in gtk/gtk_gui.c and nsgtk_window_home_button_clicked()
+ in gtk/gtk_scaffolding.c.
+
If you make significant changes to NetSurf in your package, please ask your
- users to report bugs to your but tracker, not ours. We'd also be interested
+ users to report bugs to your bug tracker, not ours. We'd also be interested
in seeing the diffs for these changes - we may be able to integrate them
to make your job easier in future.