diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-28 16:43:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-28 16:43:17 +0200 |
commit | 6d5470f0383f3c8a36b8d1aa57bcafb88a743a10 (patch) | |
tree | 1064ea713e6168157c87c0c330e21c615293c2fc /src/application.h | |
parent | Krazy check issues fixes.. (diff) | |
download | rekonq-6d5470f0383f3c8a36b8d1aa57bcafb88a743a10.tar.xz |
Fixing crash on opening tabs after closing other window(s).
It was a stupid omission by me, cleverly discovered and
fixed by Johannes Zellner!!
Again, thank you very much!
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index 61d93b87..e5616d59 100644 --- a/src/application.h +++ b/src/application.h @@ -127,6 +127,8 @@ public slots: const Rekonq::OpenType& type = Rekonq::CurrentTab ); + void removeMainWindow(MainWindow *window); + private slots: /** |