KWhatsBroken tells me that redmond is broken. This appears to be what the
other clients do svn path=/trunk/kdebase/kwin/; revision=256310
This commit is contained in:
parent
9ccad80cc4
commit
a98beeee30
2 changed files with 2 additions and 2 deletions
|
@ -1126,7 +1126,7 @@ void Client::takeFocus( bool force, allowed_t )
|
|||
|
||||
/*!
|
||||
Returns whether the window provides context help or not. If it does,
|
||||
you should show a help menu item or a help button lie '?' and call
|
||||
you should show a help menu item or a help button like '?' and call
|
||||
contextHelp() if this is invoked.
|
||||
|
||||
\sa contextHelp()
|
||||
|
|
|
@ -424,7 +424,7 @@ void RedmondDeco::init()
|
|||
|
||||
if ( providesContextHelp() ) {
|
||||
button[BtnHelp] = new RedmondButton(this, "help", question_bits, false, smallButtons, titleHeight-2, i18n("Help"));
|
||||
connect( button[BtnHelp], SIGNAL( clicked() ), this, SLOT( contextHelp() ));
|
||||
connect( button[BtnHelp], SIGNAL( clicked() ), this, SLOT( showContextHelp() ));
|
||||
hb->addWidget( button[BtnHelp] );
|
||||
} else {
|
||||
button[BtnHelp] = NULL;
|
||||
|
|
Loading…
Reference in a new issue