-oops, need to commit the header file, too

svn path=/trunk/kdebase/konsole/; revision=41435
wilder-portage
Lotzi Boloni 26 years ago
parent 2af8ba5eb6
commit 8786ed0de1
  1. 2
      CONTRIBUTORS
  2. 6
      include/main.h
  3. 1
      src/main.C

@ -6,6 +6,8 @@ CONTRIBUTORS. See ChangeLog also
- improved/fixed selections
- Lotzi Boloni <boloni@cs.purdue.edu>
- Fast switch between sessions with the same schema.
-Toolbar for switch between sessions
-Renaming sessions
- Matthias Ettrich <ettrich@kde.org>
- most of main.C donated via kvt.
- rework of the session management

@ -47,7 +47,8 @@ private slots:
void configureRequest(TEWidget*,int,int,int);
void scrollbar_menu_activated(int item);
void activateSession(int);
void activateSession();
void doneSession(TESession*,int);
void opt_menu_activated(int item);
void font_menu_activated(int item);
@ -77,6 +78,8 @@ private slots:
void setSchema(int n);
void sendSignal(int n);
void slotToggleToolbar();
void slotRenameSession();
private:
@ -118,6 +121,7 @@ private:
QPopupMenu* m_size;
QPopupMenu* m_drop;
//
KToggleAction *showToolbar;
bool b_menuvis;
bool b_scroll;
bool b_framevis;

@ -991,6 +991,7 @@ void Konsole::doneSession(TESession* s, int )
ra->unplug(toolBar());
session2action.remove(s);
action2session.remove(ra);
delete ra; // will the toolbar die?
s->setConnect(FALSE);

Loading…
Cancel
Save