KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
81143
:
kopete doesn't save settings when exiting kde
P
roduct
:
kopete
Co
m
ponent
:
Main Application
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2004-05-08 15:10
Last Changed:
2005-03-30 04:38:16
Version: (using KDE KDE 3.2.1) Installed from: Gentoo Packages When exiting kde and kopete is still running, settings like "Encoding" or "Use the name given by the server" are not saved. When clicking exit in kopete it works fine.
Comment
#1
Matt Rogers 2004-05-13 16:46:49
This is probably due to us circumventing the normal KApplication shutdown.
Comment
#2
Heinrich Wendel 2004-05-14 23:21:58
this bug is also in kde 3.2.2
Comment
#3
Matt Rogers 2004-05-24 17:50:56
CVS commit by mattr: Save the settings and quit kopete when we're not using the tray, instead of just hiding it. Fixes bugs 81143 and 81809. CCMAIL:
81143-done@bugs.kde.org
CCMAIL:
81809-done@bugs.kde.org
M +10 -0 kopetewindow.cpp 1.192 --- kdenetwork/kopete/kopete/kopetewindow.cpp #1.191:1.192 @@ -432,4 +432,14 @@ void KopeteWindow::closeEvent( QCloseEve e->accept(); + + //If we're not showing the tray, and they close the window (via the 'X' in the titlebar), + //workaround the fact that accepting the close event doesn't cause kopete to shutdown + if ( !app->isShuttingDown() ) + { + queryExit(); + slotQuit(); + } + + //may never get called return; }
Comment
#4
Matt Rogers 2004-05-24 17:53:11
CVS commit by mattr: Backport the fixes for 81143 and 81809. Should be in KDE 3.2.3 CCMAIL:
81143@bugs.kde.org
,
81809@bugs.kde.org
M +10 -0 kopetewindow.cpp 1.170.2.2 --- kdenetwork/kopete/kopete/kopetewindow.cpp #1.170.2.1:1.170.2.2 @@ -431,4 +431,14 @@ void KopeteWindow::closeEvent( QCloseEve e->accept(); + + //If we're not showing the tray, and they close the window (via the 'X' in the titlebar), + //workaround the fact that accepting the close event doesn't cause kopete to shutdown + if ( !app->isShuttingDown() ) + { + queryExit(); + slotQuit(); + } + + //may never get called return; }
Comment
#5
Verdi March 2005-03-30 04:38:15
Please reopen. This bug exists in 0.10 (Suse rpm, kdenetwork3-3.4.0-18). Even normally quitting the application (^Q or File->Quit) doesn't make the setting saved.
P
latform
:
Gentoo Packages
O
S
:
Linux
K
eywords
:
People
Reporter
:
Heinrich Wendel
Assigned To
:
Kopete Developers
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In