MR for Bug 303: "Menu -> Edit -> cut/copy/paste does not work for location entry
This MR is a corrected version of the closed !18 (closed)
- *_editable_can_cut/copy/paste are in thunar-gtk-extensions
- *_get_focused_widget() is in thunar-gtk-extensions
- Commit comes from a non-master branch
Merge request reports
Activity
"Detached merge request" is just referring to some automated checking that is done in Gitlab to ensure your branch will build OK - your branch has passed these tests, which is good!
"fast-forward not possible" means that you need to rebase your branch onto the current master to allow it to be merged - as the commits that are on the master branch but not your branch seem to be just translation commits, this should simply be a case of running 'git rebase'.
Edited by Reuben Greenadded 4 commits
-
b083ffda...925eb8a5 - 3 commits from branch
xfce:master
- 793669f4 - Bug 303: "Menu -> Edit -> cut/copy/paste does not work for location entry
-
b083ffda...925eb8a5 - 3 commits from branch
- Resolved by DarkTrick
added 1 commit
- 4743d8b3 - Apply suggestion to thunar/thunar-gtk-extensions.c
mentioned in commit 57bf63b4
Pushed to master, will be released in thunar 4.15.2
I pushed it the old way, since not possible to rebase against master via the gitlab API ... if you like, next time you create a mr, you can check a box somewhere to allow xfce devs to rebase your branch.
Thanks alot for your contribution !
Edited by Alexander Schwinn