[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/sublime
From:       Milian Wolff <mail () milianw ! de>
Date:       2009-10-28 23:46:52
Message-ID: 1256773612.235876.11717.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1042022 by mwolff:

minor cleanup

 M  +1 -1      mainwindow_p.cpp  


--- trunk/KDE/kdevplatform/sublime/mainwindow_p.cpp #1042021:1042022
@@ -81,7 +81,7 @@
     action = new KAction(i18n("Focus Editor"), this);
     action->setShortcuts(QList<QKeySequence>() << (Qt::META | Qt::CTRL | Qt::Key_E) \
<< Qt::META + Qt::Key_C);  connect(action, SIGNAL(triggered(bool)), this, \
                SLOT(focusEditor()));
-    m_mainWindow->actionCollection()->addAction("focus_editor", action);
+    ac->addAction("focus_editor", action);
 
     action = new KAction(i18n("Hide/Restore Docks"), this);
     action->setShortcut(Qt::META | Qt::CTRL | Qt::Key_H);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic