summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-01-22 14:19:01 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-01-22 15:26:03 +0100
commit0259ce19d2e38e1f87e925ae0e1c6659aaee671c (patch)
tree99b134917326505994e8ee7499eacad36c1822bf
parente6e952f2b3ebe5afbe4ad524971aeec53e73dddb (diff)
downloadnautilus-0259ce19d2e38e1f87e925ae0e1c6659aaee671c.tar.gz
files-view: emit is-loading in the right place
It's just a cosmetic change (I hope), but let's get things consistent.
-rw-r--r--src/nautilus-files-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index f67a5fbaf..63712ed3d 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -6960,6 +6960,7 @@ load_directory (NautilusFilesView *view,
view->details->location = nautilus_directory_get_location (directory);
g_object_notify (G_OBJECT (view), "location");
+ g_object_notify (G_OBJECT (view), "is-loading");
g_object_notify (G_OBJECT (view), "is-searching");
/* FIXME bugzilla.gnome.org 45062: In theory, we also need to monitor metadata here (as
@@ -7025,7 +7026,6 @@ finish_loading (NautilusFilesView *view)
*/
nautilus_profile_start ("BEGIN_LOADING");
g_signal_emit (view, signals[BEGIN_LOADING], 0);
- g_object_notify (G_OBJECT (view), "is-loading");
nautilus_profile_end ("BEGIN_LOADING");
check_empty_states (view);