| Summary: | status window closed without confirmation when server not connected | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | argonel <argonel> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
SVN commit 819076 by hein: Add the appropriate warning dialog for status tab close in disconnected state. BUG:161879 M +2 -0 ChangeLog M +4 -3 src/statuspanel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=819076 |
Version: 1.0.1+ #3223 (using 3.5.8, Debian Package 4:3.5.8.dfsg.1-6 (lenny/sid)) Compiler: Target: i486-linux-gnu OS: Linux in StatusPanel::closeYourself there is a comment: //FIXME: Show "Do you really want to close ..." warnings in // disconnected state instead of closing directly. Can't do // that due to string freeze at the moment. lets fix this before entering string freeze again.