Bug 75558 - Show a black square whe n I launch knotes
Summary: Show a black square whe n I launch knotes
Status: RESOLVED FIXED
Alias: None
Product: knotes
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Michael Brade
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 23:12 UTC by Gwenaël Casaccio
Modified: 2004-03-14 14:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
A screenshot (155.72 KB, image/jpeg)
2004-02-18 23:13 UTC, Gwenaël Casaccio
Details

Note You need to log in before you can comment on or make changes to this bug.
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