diff options
author | Darin Adler <darin@src.gnome.org> | 2000-05-12 16:24:01 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-05-12 16:24:01 +0000 |
commit | 6886451c75e3e7c5c07ca9f01ab0cd572e8c6a07 (patch) | |
tree | 8e1ed14817d5b34003d90af4dcae685a7f97900b /HACKING | |
parent | f03e65d4b3e7362e9e8ac6c5e14b2a23de64af03 (diff) | |
download | nautilus-6886451c75e3e7c5c07ca9f01ab0cd572e8c6a07.tar.gz |
Get rid of obsolete requirement for "--without-bonobo" for the gtkhtml
* HACKING: Get rid of obsolete requirement for "--without-bonobo"
for the gtkhtml module. The internal modules list at Eazel was
updated but someone forgot to update HACKING, as usual.
* components/services/trilobite/sample/command-line/.cvsignore:
* components/services/trilobite/sample/nautilus-view/.cvsignore:
* components/services/trilobite/sample/nautilus-view/icons/.cvsignore:
* components/services/trilobite/sample/service/.cvsignore:
Lots of generated files that need to be ignored for CVS happiness.
* libnautilus-extensions/nautilus-file.c: (rename_callback):
Fixed bug in handling error cases. I couldn't test this until Pavel
fixed the GNOME VFS bug that prevented any errors from being
reported, but he did and I am ready.
* libnautilus-extensions/nautilus-icon-canvas-item.c:
(draw_or_measure_label_text): Fixed a bug where you'd have a big
black box behind the text you are renaming by checking for rename
mode before drawing the black background.
* src/file-manager/fm-icon-view.c:
(set_sort_criterion), (get_sort_criterion_by_metadata_text),
(get_sort_criterion_by_menu_path), (fm_icon_view_begin_loading),
(sort_callback): Add code to save and load the "sort by" setting.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ gdk-pixbuf: HEAD --enable-canvas-pixbuf gnome-print: HEAD bonobo: HEAD --enable-oaf=yes gnome-vfs: HEAD --enable-oaf=yes -gtkhtml: HEAD --without-bonobo +gtkhtml: HEAD eog: HEAD --enable-oaf=yes gnet: HEAD |