summaryrefslogtreecommitdiff
path: root/src/caja-places-sidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-places-sidebar.c')
-rw-r--r--src/caja-places-sidebar.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/caja-places-sidebar.c b/src/caja-places-sidebar.c
index 9ff2d0aa..c2fc9cd8 100644
--- a/src/caja-places-sidebar.c
+++ b/src/caja-places-sidebar.c
@@ -2690,7 +2690,6 @@ bookmarks_button_release_event_cb (GtkWidget *widget,
GtkTreePath *path;
GtkTreeModel *model;
GtkTreeView *tree_view;
- gboolean ret;
path = NULL;
@@ -2701,9 +2700,9 @@ bookmarks_button_release_event_cb (GtkWidget *widget,
if (clicked_eject_button (sidebar, &path))
{
- ret = eject_or_unmount_bookmark (sidebar, path);
+ eject_or_unmount_bookmark (sidebar, path);
gtk_tree_path_free (path);
- return ret;
+ return FALSE;
}
tree_view = GTK_TREE_VIEW (widget);