KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
118879
:
after sending message to group icon is always b...
P
roduct
:
knode
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
0.10
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2005-12-22 22:50
Last Changed:
2006-01-17 15:45:56
Version: 0.10 (using KDE KDE 3.5.0) Installed from: Compiled From Sources Compiler: 3.3.6 OS: Linux There is similar (and old)
bug #80901
with the same problem. After sending message to newgroup the cursor icon is changing to a clock and stays that way even after message is sucessfuly posted. To get back normal icon I have to close knode and run it again... until another message is sent to newsgroup. The problems seems to be related to some of ,,sent'' folder. When I click on it then knode says that opening it is not possible. When I cleaned that folder by using clear (don't known exact english name of this option since using non-en locale) option from right-mouse click menu and retested then everything was fine. Probably simulating sent folder corruption would be easy way to reproduce icon problem.
Comment
#1
Volker Krause 2006-01-17 15:42:27
SVN commit 499308 by vkrause: Reset busy cursor when folder loading fails. CCBUG: 118879 M +3 -0 knfolder.cpp --- trunk/KDE/kdepim/knode/knfolder.cpp #499307:499308 @@ -208,6 +208,7 @@ kdError(5003) << "KNFolder::loadHeaders() : corrupted index-file, IO-error!" << endl; closeFiles(); clear(); + knGlobals.top->setCursorBusy( false ); return false; } @@ -221,6 +222,7 @@ kdError(5003) << "KNFolder::loadHdrs() : cannot set mbox file-pointer!" << endl; closeFiles(); clear(); + knGlobals.top->setCursorBusy( false ); return false; } tmp = m_boxFile.readLine(); @@ -236,6 +238,7 @@ kdError(5003) << "KNFolder::loadHdrs() : corrupted mbox-file, IO-error!"<< endl; closeFiles(); clear(); + knGlobals.top->setCursorBusy( false ); return false; } }
Comment
#2
Volker Krause 2006-01-17 15:45:56
SVN commit 499309 by vkrause: Backport SVN commit 499308 by vkrause for KDE 3.5.1: Reset busy cursor when folder loading fails. BUG: 118879 M +3 -0 knfolder.cpp --- branches/KDE/3.5/kdepim/knode/knfolder.cpp #499308:499309 @@ -209,6 +209,7 @@ kdError(5003) << "KNFolder::loadHeaders() : corrupted index-file, IO-error!" << endl; closeFiles(); clear(); + knGlobals.top->setCursorBusy( false ); return false; } @@ -222,6 +223,7 @@ kdError(5003) << "KNFolder::loadHdrs() : cannot set mbox file-pointer!" << endl; closeFiles(); clear(); + knGlobals.top->setCursorBusy( false ); return false; } tmp=m_boxFile.readLine(); //KNFile::readLine() @@ -235,6 +237,7 @@ kdError(5003) << "KNFolder::loadHdrs() : corrupted mbox-file, IO-error!"<< endl; closeFiles(); clear(); + knGlobals.top->setCursorBusy( false ); return false; } }
P
latform
:
Compiled Sources
O
S
:
Linux
K
eywords
:
People
Reporter
:
Arkadiusz Miskiewicz
Assigned To
:
KNode 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