summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDarin Adler <darin@eazel.com>2000-08-07 23:20:32 +0000
committerDarin Adler <darin@src.gnome.org>2000-08-07 23:20:32 +0000
commit2ddbee189d03af03a3ba43610120ac31c784b549 (patch)
tree33056704e5514993051660f5069363fa8a36b147 /docs
parent36bd345d9d8757897eb0db5b6bf72478a20e4d3e (diff)
downloadnautilus-2ddbee189d03af03a3ba43610120ac31c784b549.tar.gz
Fixed bugs 1985 and 1986 (infinite loops using Mozilla). Both were
2000-08-07 Darin Adler <darin@eazel.com> Fixed bugs 1985 and 1986 (infinite loops using Mozilla). Both were triggered by the fact that Mozilla reports that it is done before it reports that it is underway. Made the state machine less picky about this. * src/nautilus-window-manage-views.c: (nautilus_window_set_state_info): Made the "DONE" state also do all the "INITIAL" state work so that reporting you are done before you report that you started does not cause any trouble. * docs/recommended-books.html: Fixed a bad URL in here. * libnautilus-extensions/nautilus-list.c: (nautilus_list_set_single_click_mode): Fixed formatting. * src/nautilus-window.c: (nautilus_window_go_home): Use real function to convert path to URI instead of just prepending "file://".
Diffstat (limited to 'docs')
-rw-r--r--docs/recommended-books.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/recommended-books.html b/docs/recommended-books.html
index ee79eeed2..f8e893b58 100644
--- a/docs/recommended-books.html
+++ b/docs/recommended-books.html
@@ -84,7 +84,7 @@ of references and pointers and why you'd use one or the other. It covers templat
<p>OK, so I'm not an expert on Gtk yet. But I'm becoming one.</p>
-<p><a href="http://www.amazon.com/exec/obidos/ASIN/0201924889/dianepattersonstA"><b><i>Gtk+/Gnome Application Development</i></b></a>,
+<p><a href="http://www.amazon.com/exec/obidos/ASIN/0735700788/dianepattersonstA"><b><i>Gtk+/Gnome Application Development</i></b></a>,
Havoc Pennington. I learned a lot from this book. But it's all Gtk+ and C; things are done
a bit differently with Gtk-- from C++. It's still worth reading.</p>