On Mon, Aug 17, 2009 at 12:58, Yuki KODAMA<endflow....@gmail.com> wrote:
> # HG changeset patch
> # User Yuki KODAMA <endflow....@gmail.com>
> # Date 1249999028 -32400
> # Branch stable
> # Node ID c7a4320466db4196a651c6bea1b46fc21a191ff5
> # Parent  7e178071640b85260eaed48958f9f4bba5b77b10
> thgconfig: fix sub-dialog behavior not to hide behind of main-dialog
>
> this changeset was transplanted from <86256972d5d6> on 'default' branch.
>
> diff --git a/hggtk/thgconfig.py b/hggtk/thgconfig.py
> --- a/hggtk/thgconfig.py
> +++ b/hggtk/thgconfig.py
> @@ -633,6 +633,7 @@
>         model, path = selection.get_selected()
>         dialog = PathEditDialog(model[path][2], model[path][0],
>                 [p[0] for p in self.pathdata if p[0] != model[path][0]])
> +        dialog.set_transient_for(self)
>         dialog.run()
>         if dialog.newpath:
>             if model[path][0] != dialog.newalias:
>

This patch is transplanted from 'default' branch.
I hope you to bring this to 'stable' branch if possible.

-- 
Yuki KODAMA

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to