Re: [orca-list] thunderbird combo content not shown in Braille when combo box has focus



Hi,

 If you applied the patch to a branch, yes, it should be pretty easy, if you applied it to master, it might 
be possible, I've never tried.  Atleast for the future the way to do this is.

git checkout -b <some branch> # create and checkout some branch
git am patch # apply the patch
test
# now update master and the branch
git checkout master # change branch to master
git pull # update master
git checkout <some branch> #checkout the patched branch
git rebase master # update current branch with new commits from master
test

So if you've applied the patch on a branch it should be pretty clear how to update from there.

Trev



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]