views.standard: Raise windows before showing them
commit60cf6d0c4bc2aa6669999847fc0b12ee02bde954
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 Apr 2010 03:34:37 +0000 (6 20:34 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 Apr 2010 03:34:37 +0000 (6 20:34 -0700)
treec87392bba7f5e49dc86c10e2691e1df5689ed40c
parent6ef1c4d4d7f25eb409cee51a4579035e0a532382
views.standard: Raise windows before showing them

Prevent dialogs from popping by ensuring they're in the foreground
before showing them.  Ya, we probably shouldn't hack show()
to mean show() + raise_(), but it's worked so far...

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/views/standard.py