summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7362f42b3..c4746305e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2001-03-06 Ramiro Estrugo <ramiro@eazel.com>
+
+ reviewed by: John Sullivan <sullivan@eazel.com>
+
+ Fix bug 7400 - Assertions in NON smooth font picker, and font
+ doesn't change.
+
+ * libnautilus-extensions/nautilus-preferences-item.c:
+ (preferences_item_create_font_family),
+ (font_family_item_changed_callback):
+ Replace text_item_changed_callback with
+ font_family_item_changed_callback and have the new callback deal
+ with the string picker properly. Im not sure where
+ text_item_changed_callback came from, but it was assuming that the
+ target was a NautilusCaption and not a NautilusStringPicker.
+
2001-03-06 Darin Adler <darin@eazel.com>
reviewed by: John Sullivan <sullivan@eazel.com>