Skip to content

Commit 85ee932

Browse files
committed
Merge branch 'main' of github.com:rcaelers/workrave
2 parents 0780dbd + 23f746b commit 85ee932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/app/Application.cc

+2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ Application::Application(int argc, char **argv, std::shared_ptr<IToolkitFactory>
6565
Application::~Application()
6666
{
6767
TRACE_ENTRY();
68+
#if !defined(HAVE_CORE_NEXT)
6869
core->set_core_events_listener(nullptr);
70+
#endif
6971
core.reset();
7072

7173
if (toolkit)

0 commit comments

Comments
 (0)