mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Unbroke "List Sessions" feature which nobody uses
svn path=/branches/KDE_3_1_BRANCH/kdebase/konsole/; revision=255238
This commit is contained in:
@@ -1798,7 +1798,7 @@ void Konsole::listSessions()
|
||||
m_sessionList->popup(mapToGlobal(QPoint((width()/2)-(m_sessionList->width()/2),(height()/2)-(m_sessionList->height()/2))));
|
||||
}
|
||||
|
||||
void Konsole::activateSession(const int position)
|
||||
void Konsole::activateSession(int position)
|
||||
{
|
||||
if (position<=0 || position>(int)sessions.count())
|
||||
return;
|
||||
|
||||
@@ -102,7 +102,7 @@ public:
|
||||
void callReadPropertiesInternal(KConfig *config, int number) { readPropertiesInternal(config,number); }
|
||||
|
||||
public slots:
|
||||
void activateSession(const int position);
|
||||
void activateSession(int position);
|
||||
|
||||
void makeGUI();
|
||||
QString newSession();
|
||||
|
||||
Reference in New Issue
Block a user