summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-08-07 21:12:56 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-08-07 21:12:56 +0000
commite861447bcc181a6b38b3cd0a739dccc2a5ce3c81 (patch)
treedd90c1c37a1e4b2ab05ca7fda55b4ca0aef96540
parent2d310112d76078f5054179b27cd88a57b6a534d7 (diff)
downloadnautilus-e861447bcc181a6b38b3cd0a739dccc2a5ce3c81.tar.gz
The ordering in my previous ChangeLog entry was accidentally bizarre, so I fixed
that.
-rw-r--r--ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a0033baaa..aafd0d396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@
(nautilus_simple_search_bar_destroy): Free details field.
(nautilus_simple_search_bar_set_location),
(nautilus_simple_search_bar_get_location): Updated to use Details.
+ * src/nautilus-simple-search-bar.h: Replaced several fields in
+ NautilusSimpleSearchBar struct with new Details field. Among
+ the replaced fields were some undo-related ones that were not
+ yet used anywhere, so I left them out of Details.
* src/nautilus-complex-search-bar.c:
(criteria_invalid): Walks through the list of criteria, checking
@@ -49,11 +53,6 @@
was leaking before.
(attach_criterion_to_search_bar): Attach update_find_button_state
to "changed" signal of any new text-entry field.
-
- * src/nautilus-simple-search-bar.h: Replaced several fields in
- NautilusSimpleSearchBar struct with new Details field. Among
- the replaced fields were some undo-related ones that were not
- yet used anywhere, so I left them out of Details.
2000-08-07 Andy Hertzfeld <andy@eazel.com>