diff options
author | Darin Adler <darin@src.gnome.org> | 2000-05-02 23:42:12 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-05-02 23:42:12 +0000 |
commit | eb24a903fb6035ea2aec9d4755b67f2bfb24ede0 (patch) | |
tree | dde21c2d26e72171a7d51d7dc29e14c2eb0e93a2 /HACKING | |
parent | c2215f54aa232fb88b12f924d3d2a1ddf7bf5518 (diff) | |
download | nautilus-eb24a903fb6035ea2aec9d4755b67f2bfb24ede0.tar.gz |
Added a mention of "killall oafd" and "killall gconfd".
* HACKING: Added a mention of "killall oafd" and "killall gconfd".
* libnautilus-extensions/nautilus-list.c (nautilus_list_destroy):
Fixed a bug where we'd free the details structure and then write
to it afterwards. This was torturing John today. It happens when
you leave a page that's set to list view.
* src/file-manager/fm-icon-view.c
(fm_icon_view_icon_changed_callback): Fixed bug 663 that was
about the issue of similar but not identical floating point
numbers and also bug 661 that wasn't a bug at all!
* src/file-manager/fm-properties-window.c
(get_pixmap_and_mask_for_properties_window):
Removed the FIXME from this file, since the bug is fixed.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,5 +34,8 @@ ORBit requires you to install popt-1.5, which can be fetched from: * Build and install nautilus into your selected prefix. +Also, you need to do a "killall oafd; killall gconfd" before +running Nautilus if OAF, GConf, or any of the .oafinfo files +in any module changed. All patches should go through nautilus-list@lists.eazel.com |