Changeset debae0


Ignore:
Timestamp:
03/02/2012 01:55:52 PM (13 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
9c0a45
Parents:
a1949b
git-author:
Calum Lind <calumlind+deluge@gmail.com> (02/28/2012 10:44:52 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (03/02/2012 01:55:52 PM)
Message:

Fix preferences dialog not opening with main window on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtkui/preferences.py

    ra1949b rdebae0  
    6969        ))
    7070        self.pref_dialog = self.builder.get_object("pref_dialog")
     71        self.pref_dialog.set_transient_for(component.get("MainWindow").window)
    7172        self.pref_dialog.set_icon(common.get_deluge_icon())
    7273        self.treeview = self.builder.get_object("treeview")
Note: See TracChangeset for help on using the changeset viewer.