summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-string.h
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 /libnautilus-extensions/nautilus-string.h
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 'libnautilus-extensions/nautilus-string.h')
-rw-r--r--libnautilus-extensions/nautilus-string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnautilus-extensions/nautilus-string.h b/libnautilus-extensions/nautilus-string.h
index af1c68d51..d4e128bae 100644
--- a/libnautilus-extensions/nautilus-string.h
+++ b/libnautilus-extensions/nautilus-string.h
@@ -76,8 +76,6 @@ gboolean nautilus_str_has_suffix (const char *target,
const char *suffix);
gboolean nautilus_istr_has_suffix (const char *target,
const char *suffix);
-char * nautilus_str_get_prefix (const char *source,
- const char *delimiter);
char * nautilus_str_strip_chr (const char *str,
char remove_this);
char * nautilus_str_strip_trailing_chr (const char *str,