mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
(trunk Qt) #2050 "Properties dialog changes seem to undo themselves" -- use patch from Longinus00
This commit is contained in:
@@ -623,7 +623,6 @@ PrefsDialog :: PrefsDialog( Session& session, Prefs& prefs, QWidget * parent ):
|
||||
connect( buttons, SIGNAL(rejected()), this, SLOT(hide()) ); // "close" triggers rejected
|
||||
myLayout->addWidget( buttons );
|
||||
|
||||
connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)));
|
||||
connect( &mySession, SIGNAL(sessionUpdated()), this, SLOT(sessionUpdated()));
|
||||
|
||||
QList<int> keys;
|
||||
|
||||
Reference in New Issue
Block a user