summaryrefslogtreecommitdiff
path: root/ChangeLog-20010201
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-02-13 22:27:46 +0000
committerDarin Adler <darin@src.gnome.org>2001-02-13 22:27:46 +0000
commit37f08cd6ebe155b7eb288d25e7ab9f2374efef09 (patch)
treec135ed52a69fce0d5b92f779b1a3155ca9fed092 /ChangeLog-20010201
parent00ed900e6f06c937efafddae0b073bc6ab7e5f4d (diff)
downloadnautilus-37f08cd6ebe155b7eb288d25e7ab9f2374efef09.tar.gz
reviewed by: John Sullivan <sullivan@eazel.com>
Fix bug 6408 (nautilus_view_report_load_failed causes Nautilus to segfault in an idle callback): * libnautilus/nautilus-idle-queue.c: (execute_queued_functions), (nautilus_idle_queue_destroy): Changed the idle queue so it can handle being destroyed while inside one of the queued functions. Fix bug 6402 (Click desktop icon -> Nautilus window not moved to front): * src/nautilus-window-manage-views.c: (open_location): Bring the existing window up when it's reused in the "open icon on desktop" in single-window mode. Other changes: * libnautilus-extensions/nautilus-icon-factory.c: (is_theme_in_user_directory): Rename from "check_local_theme" and changed it to use a normal function result instead of taking a gboolean pointer. (set_theme): Use new function and booleans by their new names. "in_user_directory" instead of "local". (make_full_icon_path): Just the name change. (get_themed_icon_file_path): Take a boolean parameter instead of trying to figure out if the theme is in the user directory, because the old way would get it wrong for the default theme. (get_icon_file_path): Pass in the boolean to say if the theme is in the user directory or not. * libnautilus-extensions/nautilus-string.h: Remove repeated declaration for nautilus_str_get_prefix. reviewed by: Ramiro Estrugo <ramiro@eazel.com> * librsvg/rsvg-ft.c: (rsvg_ft_glyph_evict): Fix code that was looking at the "prev" pointer of a victim after freeing it. Also made some other code simplifications. * src/nautilus-theme-selector.c: (render_theme_name_and_description): Added an explicit call to gtk_widget_realize before grabbing the style field and expecting it to have gc's in it. Not sure why no one ran into this before.
Diffstat (limited to 'ChangeLog-20010201')
-rw-r--r--ChangeLog-200102012
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog-20010201 b/ChangeLog-20010201
index ff5d31ed6..e913a75b7 100644
--- a/ChangeLog-20010201
+++ b/ChangeLog-20010201
@@ -542,7 +542,7 @@
* librsvg/rsvg-ft.c: (rsvg_ft_glyph_evict),
(rsvg_ft_glyph_insert), (rsvg_ft_measure_or_render_string):
Refactored to use a high water mark based eviction rather then a
- limit and to evict with respects to that mark. *
+ limit and to evict with respect to that mark.
2001-01-31 Maciej Stachowiak <mjs@eazel.com>