Re: [orca-list] thunderbird combo content not shown in Braille when combo box has focus
- From: Michael Whapples <mwhapples aim com>
- To: trev saunders gmail com
- Cc: orca-list gnome org
- Subject: Re: [orca-list] thunderbird combo content not shown in Braille when combo box has focus
- Date: Thu, 10 Jun 2010 13:11:50 +0100
Thanks, got it now. I probably didn't help myself by applying it to my
git master, but I will know for future.
Michael Whapples
On 01/-10/-28163 08:59 PM, trev saunders gmail com wrote:
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]