mbox

[PULL,0/1] ui/gtk: Restore keyboard focus after Page change

Message ID 1405070138-16024-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-gtk-20140711-1

Message

Gerd Hoffmann July 11, 2014, 9:15 a.m. UTC
Hi,

Fix for gtk ui focus issue.

please pull,
  Gerd

The following changes since commit 9e99c5fd7060267a0331d900e73fdb36047bfe0c:

  tests: Fix unterminated string output visitor enum human string (2014-07-10 11:53:14 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-gtk-20140711-1

for you to fetch changes up to e72b59fa93b68635f42cdb1b1134f60dd4040d7b:

  ui/gtk: Restore keyboard focus after Page change (2014-07-11 10:44:00 +0200)

----------------------------------------------------------------
ui/gtk: Restore keyboard focus after Page change

----------------------------------------------------------------
John Snow (1):
      ui/gtk: Restore keyboard focus after Page change

 ui/gtk.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Peter Maydell July 11, 2014, 1:49 p.m. UTC | #1
On 11 July 2014 10:15, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Fix for gtk ui focus issue.
>
> please pull,
>   Gerd
>
> The following changes since commit 9e99c5fd7060267a0331d900e73fdb36047bfe0c:
>
>   tests: Fix unterminated string output visitor enum human string (2014-07-10 11:53:14 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-gtk-20140711-1
>
> for you to fetch changes up to e72b59fa93b68635f42cdb1b1134f60dd4040d7b:
>
>   ui/gtk: Restore keyboard focus after Page change (2014-07-11 10:44:00 +0200)
>
> ----------------------------------------------------------------
> ui/gtk: Restore keyboard focus after Page change
>
> ----------------------------------------------------------------
> John Snow (1):
>       ui/gtk: Restore keyboard focus after Page change

Applied, thanks.

-- PMM