Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xfce
exo
Commits
e5d6090c
Commit
e5d6090c
authored
Oct 08, 2021
by
Theo Linkspfeifer
💬
Committed by
Alexander Schwinn
Oct 08, 2021
Browse files
Dont reduce selection in single click mode (Issue
#71
)
In order to prevent a crash
parent
55725a7e
Pipeline
#11647
passed with stages
in 2 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exo/exo-icon-view.c
View file @
e5d6090c
...
...
@@ -2511,10 +2511,12 @@ exo_icon_view_button_release_event (GtkWidget *widget,
exo_icon_view_item_activated
(
icon_view
,
path
);
gtk_tree_path_free
(
path
);
}
/* reduce the selection to just the clicked item */
exo_icon_view_unselect_all_internal (icon_view);
exo_icon_view_select_item (icon_view, item);
else
{
/* reduce the selection to just the clicked item */
exo_icon_view_unselect_all_internal
(
icon_view
);
exo_icon_view_select_item
(
icon_view
,
item
);
}
}
/* reset the last single clicked item */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment