[nautilus/wip/csoriano/zoomsv3: 7/11] placesview: update to master
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/zoomsv3: 7/11] placesview: update to master
- Date: Tue, 23 Feb 2016 15:47:28 +0000 (UTC)
commit e42af98f251e7fb8d7976c4deff98f31e10d49fc
Author: Carlos Soriano <csoriano gnome org>
Date: Mon Feb 22 16:23:44 2016 +0100
placesview: update to master
https://bugzilla.gnome.org/show_bug.cgi?id=756659
src/gtk/gtkplacesview.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/src/gtk/gtkplacesview.c b/src/gtk/gtkplacesview.c
index 816a2a1..e1f27b2 100644
--- a/src/gtk/gtkplacesview.c
+++ b/src/gtk/gtkplacesview.c
@@ -1195,7 +1195,6 @@ server_mount_ready_cb (GObject *source_file,
{
GMount *mount_point;
GError *error;
- GFile *enclosing_location;
error = NULL;
mount_point = g_file_find_enclosing_mount (location, NULL, &error);
@@ -1207,11 +1206,7 @@ server_mount_ready_cb (GObject *source_file,
goto out;
}
- enclosing_location = g_mount_get_default_location (mount_point);
-
- emit_open_location (view, enclosing_location, priv->open_flags);
-
- g_object_unref (enclosing_location);
+ emit_open_location (view, location, priv->open_flags);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]