summaryrefslogtreecommitdiff
path: root/src/nautilus-window-manage-views.c
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-05-04 10:19:35 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-05-04 10:19:35 +0000
commit430f6bd8cc08aed463d6d13d827d92ae1e1188d3 (patch)
tree84b45af9b467bbcba868c66f73de2629b44230cb /src/nautilus-window-manage-views.c
parent921f6c187cff9929cf035341a8b5932a0acdcfde (diff)
downloadnautilus-430f6bd8cc08aed463d6d13d827d92ae1e1188d3.tar.gz
Update for latest round of stuff moving into Eel.
Diffstat (limited to 'src/nautilus-window-manage-views.c')
-rw-r--r--src/nautilus-window-manage-views.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-window-manage-views.c b/src/nautilus-window-manage-views.c
index 18bf2ab24..a5ec18c4e 100644
--- a/src/nautilus-window-manage-views.c
+++ b/src/nautilus-window-manage-views.c
@@ -1146,7 +1146,7 @@ position_and_show_window_callback (NautilusFile *file,
window = NAUTILUS_WINDOW (callback_data);
- if (nautilus_preferences_get_boolean (NAUTILUS_PREFERENCES_WINDOW_ALWAYS_NEW)) {
+ if (eel_preferences_get_boolean (NAUTILUS_PREFERENCES_WINDOW_ALWAYS_NEW)) {
geometry_string = nautilus_file_get_metadata
(file, NAUTILUS_METADATA_KEY_WINDOW_GEOMETRY, NULL);
if (geometry_string != NULL) {
@@ -1348,7 +1348,7 @@ determined_initial_view_callback (NautilusDetermineViewHandle *handle,
in which case going home would cause an infinite loop, so we
better test for that */
- home_uri = nautilus_preferences_get (NAUTILUS_PREFERENCES_HOME_URI);
+ home_uri = eel_preferences_get (NAUTILUS_PREFERENCES_HOME_URI);
if (!eel_uris_match (home_uri, location)) {
nautilus_window_go_home (NAUTILUS_WINDOW (window));
} else {