summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory-background.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-07-24 23:38:41 +0000
committerDarin Adler <darin@src.gnome.org>2001-07-24 23:38:41 +0000
commitbf72a34cab4f4fb77abfc772797f9f045157484c (patch)
tree423c183b9ac6104af26d57dee674cdf199d8a87c /libnautilus-private/nautilus-directory-background.c
parentde8182150d02e0146d902d4c686aa128027f6964 (diff)
downloadnautilus-bf72a34cab4f4fb77abfc772797f9f045157484c.tar.gz
Remove eel_ prefix from name. (background_get_desktop_background_window):
* libnautilus-private/nautilus-directory-background.c: (background_is_desktop): Remove eel_ prefix from name. (background_get_desktop_background_window): Remove eel_ prefix from name. * libnautilus-private/nautilus-icon-factory.c: (should_display_image_file_as_itself), (nautilus_icon_factory_get_icon_for_file), (load_icon_from_path): * libnautilus-private/nautilus-thumbnails.h: * libnautilus-private/nautilus-thumbnails.c: (make_thumbnail_uri), (nautilus_thumbnail_has_invalid_thumbnail), (nautilus_get_thumbnail_uri), (nautilus_update_thumbnail_file_renamed), (nautilus_remove_thumbnail_for_file), (check_for_thumbnails), (make_thumbnails), (nautilus_thumbnail_load_framed_image): Remove anti-aliased parameter from most functions, since the thumbnails are now the same either way. * THANKS: * check-THANKS.pl: Some more THANKS updates. * RPMs-README: No need for this any more.
Diffstat (limited to 'libnautilus-private/nautilus-directory-background.c')
-rw-r--r--libnautilus-private/nautilus-directory-background.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/libnautilus-private/nautilus-directory-background.c b/libnautilus-private/nautilus-directory-background.c
index 980f5cf19..56fd84bab 100644
--- a/libnautilus-private/nautilus-directory-background.c
+++ b/libnautilus-private/nautilus-directory-background.c
@@ -114,7 +114,7 @@ nautilus_connect_desktop_background_to_file_metadata (NautilusIconContainer *ico
}
static gboolean
-eel_background_is_desktop (EelBackground *background)
+background_is_desktop (EelBackground *background)
{
/* == works because we're carful to always use the same string.
*/
@@ -131,7 +131,7 @@ static const char *nautilus_file_background_peek_theme_source (EelBackground *ba
}
static GdkWindow *
-eel_background_get_desktop_background_window (EelBackground *background)
+background_get_desktop_background_window (EelBackground *background)
{
gpointer layout;
@@ -672,7 +672,7 @@ image_loading_done_callback (EelBackground *background, gboolean successful_load
set_root_pixmap (pixmap);
- background_window = eel_background_get_desktop_background_window (background);
+ background_window = background_get_desktop_background_window (background);
if (background_window != NULL) {
gdk_window_set_back_pixmap (background_window, pixmap, FALSE);
}
@@ -769,7 +769,7 @@ background_changed_callback (EelBackground *background,
color = eel_background_get_color (background);
image = eel_background_get_image_uri (background);
- if (eel_background_is_desktop (background)) {
+ if (background_is_desktop (background)) {
nautilus_file_background_write_desktop_settings (color, image, eel_background_get_image_placement (background));
} else {
/* Block the other handler while we are writing metadata so it doesn't
@@ -798,7 +798,7 @@ background_changed_callback (EelBackground *background,
g_free (color);
g_free (image);
- if (eel_background_is_desktop (background)) {
+ if (background_is_desktop (background)) {
nautilus_file_update_desktop_pixmaps (background);
}
}
@@ -816,7 +816,7 @@ initialize_background_from_settings (NautilusFile *file,
g_assert (gtk_object_get_data (GTK_OBJECT (background), "eel_background_file")
== file);
- if (eel_background_is_desktop (background)) {
+ if (background_is_desktop (background)) {
nautilus_file_background_read_desktop_settings (&color, &image, &placement);
} else {
color = nautilus_file_get_metadata (file,
@@ -862,7 +862,7 @@ saved_settings_changed_callback (NautilusFile *file,
{
initialize_background_from_settings (file, background);
- if (eel_background_is_desktop (background)) {
+ if (background_is_desktop (background)) {
nautilus_file_update_desktop_pixmaps (background);
}
}
@@ -886,7 +886,7 @@ static void
background_reset_callback (EelBackground *background,
NautilusFile *file)
{
- if (eel_background_is_desktop (background)) {
+ if (background_is_desktop (background)) {
nautilus_file_background_write_desktop_default_settings ();
} else {
/* Block the other handler while we are writing metadata so it doesn't