summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-10-19 17:02:15 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-10-19 17:03:15 -0400
commit799ddc3ed0404e6350029f7313812b0909979543 (patch)
treec1f9eab5d06510f8213f7ecca8e47627bec152be
parent48d35e60cabb77fcb6a856b36409094e48451f39 (diff)
downloadnautilus-799ddc3ed0404e6350029f7313812b0909979543.tar.gz
places-sidebar: trivial cleanups
-rw-r--r--src/nautilus-places-sidebar.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
index 945781023..34e7c1289 100644
--- a/src/nautilus-places-sidebar.c
+++ b/src/nautilus-places-sidebar.c
@@ -1069,10 +1069,8 @@ compute_drop_position (GtkTreeView *tree_view,
SectionType section_type;
if (!gtk_tree_view_get_dest_row_at_pos (tree_view,
- x,
- y,
- path,
- pos)) {
+ x, y,
+ path, pos)) {
return FALSE;
}