Don't force the settings, only apply them initially.
svn path=/trunk/kdebase/kwin/; revision=350787
This commit is contained in:
parent
56a3def593
commit
1a274e1041
1 changed files with 2 additions and 1 deletions
3
rules.h
3
rules.h
|
@ -115,7 +115,8 @@ class Rules
|
|||
bool matchRole( const QCString& match_role ) const;
|
||||
bool matchTitle( const QString& match_title ) const;
|
||||
bool matchClientMachine( const QCString& match_machine ) const;
|
||||
enum // values are saved to the cfg file
|
||||
// All these values are saved to the cfg file, and are also used in kstart!
|
||||
enum
|
||||
{
|
||||
Unused = 0,
|
||||
DontAffect, // use the default value
|
||||
|
|
Loading…
Reference in a new issue