From 2ce559458e5803dca8d98664d954b0108a72efbb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 29 Nov 2025 18:51:54 +0900 Subject: kpdf: fix crash when requested to shutdown from the session manager or dcop. This resolves issue #139 Signed-off-by: Michele Calgaro --- kpdf/shell/shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kpdf/shell/shell.h') diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h index d1ace108..87d9c93a 100644 --- a/kpdf/shell/shell.h +++ b/kpdf/shell/shell.h @@ -111,6 +111,7 @@ namespace KPDF void slotUpdateFullScreen(); void slotShowMenubar(); void delayedOpen(); + void slotShutDown(); void slotCloseTabRequest(TQWidget *w); void slotChangeTab(KParts::Part *part); @@ -150,6 +151,7 @@ namespace KPDF TQToolButton *m_addTabButton, *m_removeTabButton; TQPopupMenu *m_tabsContextMenu; bool m_menuBarWasShown, m_toolBarWasShown; + bool m_shuttingDown; KURL m_openUrl; // delayed open int m_workingTab; }; -- cgit v1.2.3