On Sun, 10 Nov 2013 20:02:28 +0100, Mònica Ramírez Arceda wrote:

> > So I'm using the following patch to get Ctrl-Q working:
> > 
> > #v+
> > --- a/src/mainwindow.cpp
> > +++ b/src/mainwindow.cpp
> > @@ -629,7 +629,7 @@ void MainWindow::createMenus()
> >  
> >      sessionQuit = new QAction(QIcon::fromTheme("application-exit"),
> >                                tr("&Quit"), this);
> > -    sessionQuit->setShortcut(QKeySequence::Quit);
> > +    sessionQuit->setShortcut(QKeySequence("Ctrl+Q"));
> >      connect(sessionQuit, SIGNAL(triggered()),
> >              this, SLOT(quitProgram()));
> >      sessionMenu->addAction(sessionQuit);
> > #v-
> 
> Yes, I tested this issue in an awesome environment and I can reproduce
> this bug. Since the change you suggest doesn't affect other
> environments, I've applied the patch to the new version of dianara. 

Great, thanks!
 
> > Maybe you can discuss this with upstream?
> Yes, I contacted him explaining this issue. Let's see if he wants to
> apply this patch as well :-) 

Cool :)
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Penelope Swales: Strange Hands

Attachment: signature.asc
Description: Digital signature

Reply via email to