Summary: | kget cancels kde logout | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | S. Burmeister <sven.burmeister> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
quit kget if the close event comes from system shutdown
set mainwindow WA_DeleteOnClose = false |
Description
S. Burmeister
2008-08-10 23:58:59 UTC
Created attachment 26788 [details]
quit kget if the close event comes from system shutdown
the problem is in the mainwindow->closeEvent, if the systemtray is enabled the
event is ignored. So we need to decide if we want to quit kget or only hide it
> the problem is in the mainwindow->closeEvent, if the systemtray is enabled
> the event is ignored. So we need to decide if we want to quit kget or only
> hide it
Can't you just have a look at the other applications, that can be minimised to
tray, yet do not interrupt logout? Like amarok, kopete or kgpg etc.
Created attachment 26796 [details]
set mainwindow WA_DeleteOnClose = false
Set mainwindow DeleteOnClose attribute = false, so don't need to reimplement
closeEvent method
SVN commit 845969 by jgoday: Don't ignore the close event when shutdown BUG:168879 M +15 -8 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=845969 |