Bug 75558

Summary: Show a black square whe n I launch knotes
Product: [Applications] knotes Reporter: Gwenaël Casaccio <fa311356>
Component: generalAssignee: Michael Brade <brade>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: A screenshot

Description Gwenaël Casaccio 2004-02-18 23:12:21 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

There is a black square appears when I launch knotes
Sometimes it makes knotes craches... When I click on a note
Comment 1 Gwenaël Casaccio 2004-02-18 23:13:23 UTC
Created attachment 4768 [details]
A screenshot
Comment 2 Michael Brade 2004-03-09 23:23:12 UTC
CVS commit by brade: 

Finally fixed #72888, #73404, #75558: much more robust conversion of old 
config files, now hopefully absolutely no black notes anymore.

The reason for those was partly #68127 - a note's config was deleted, the
note itself was kept. The next time KNotes is used it load the journal but
obviously can't find the config. On quit only the minimal parameters were
written (no version information) and the following restart of KNotes it
thinks it found a KDE 1.x configuration. This is now fixed by examining
the config files a bit better. 

CCMAIL: 72888-done@bugs.kde.org, 73404-done@bugs.kde.org, 75558-done@bugs.kde.org


  M +2 -0      ChangeLog   1.60
  M +69 -69    knoteslegacy.cpp   1.10
  M +2 -2      knoteslegacy.h   1.6



Comment 3 Dominique Devriese 2004-03-14 14:14:42 UTC
CVS commit by domi: 

backport from HEAD:

  Finally fixed #72888, #73404, #75558: much more robust conversion of old 
  config files, now hopefully absolutely no black notes anymore.

  The reason for those was partly #68127 - a note's config was deleted, the
  note itself was kept. The next time KNotes is used it load the journal but
  obviously can't find the config. On quit only the minimal parameters were
  written (no version information) and the following restart of KNotes it
  thinks it found a KDE 1.x configuration. This is now fixed by examining
  the config files a bit better. 

CCMAIL: 72888@bugs.kde.org, 73404@bugs.kde.org, 75558@bugs.kde.org, 237184@bugs.debian.org


  M +50 -44    ChangeLog   1.55.4.1
  M +70 -70    knoteslegacy.cpp   1.8.4.1
  M +3 -3      knoteslegacy.h   1.4.4.1