Bug#1894: marked as done (ProjectDoc::saveModified)

Stephan Kulow owner at bugs.kde.org
Wed Oct 20 10:33:01 UTC 1999


Your message dated Wed, 20 Oct 1999 12:18:16 +0200
with message-id <99102012182900.05823 at ati17>
and subject line (no subject)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 8 Sep 1999 10:09:26 +0000
>From brandt at I5.Informatik.RWTH-Aachen.de Wed Sep  8 12:09:26 1999
Received: from mail.RWTH-Aachen.DE ([137.226.144.9]:4364 "EHLO
        mail.rwth-aachen.de") by max.tat.physik.uni-tuebingen.de with ESMTP
	id <S744877AbPIHKJQ>; Wed, 8 Sep 1999 12:09:16 +0200
Received: from harry.informatik.rwth-aachen.de by mail.rwth-aachen.de
 (PMDF V5.1-12 #D3869) with ESMTP id <01JFQ6VZK35G00193T at mail.rwth-aachen.de>
 for submit at bugs.kde.org; Wed, 8 Sep 1999 12:10:29 +0200
Received: from wolf.arctic.de
 (root at s4m234.dialup.RWTH-Aachen.DE [137.226.8.234])
 by harry.informatik.rwth-aachen.de (8.9.1a/8.9.1/1) with ESMTP id MAA06630 for
 <submit at bugs.kde.org>; Wed, 08 Sep 1999 12:09:12 +0200 (MET DST)
Received: from I5.Informatik.RWTH-Aachen.de (csb at localhost [127.0.0.1])
 by wolf.arctic.de (8.8.8/8.8.8) with ESMTP id MAA16730 for
 <submit at bugs.kde.org>; Wed, 08 Sep 1999 12:01:45 +0200
Date:   Wed, 08 Sep 1999 12:01:45 +0200
From:   Sebastian Brandt <brandt at I5.Informatik.RWTH-Aachen.de>
Subject: ProjectDoc::saveModified
Sender: csb at wolf.Urwald
To:     submit at bugs.kde.org
Message-id: <37D63409.977B910C at I5.Informatik.RWTH-Aachen.de>
MIME-version: 1.0
X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.9 i586)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
Return-Path: <brandt at I5.Informatik.RWTH-Aachen.de>
X-Orcpt: rfc822;submit at bugs.kde.org
X-Envid: 01JFQ6VZQGYE00193T at mail.rwth-aachen.de


Package: kdevelop
Version: 1.0beta2
Severity: grave

Bugreport ID : 10:43,08.09.99

Originator: Sebastian Brandt
E-Mail: brandt at I5.Informatik.RWTH-Aachen.de

Subject : ProjectDoc::saveModified

Error Class: software bug
Error Location: project creation
Priority: high
Bug Description ---------------------------

In the generated code of a normal KDE project:
Method bool ProjectDoc::saveModified():
To check if the document is "Untitled" and therefore
has to be "SavedAs", the
title is checked against "Untitled".
When creating a new document, the same "Untitled" is set.
But, in ProjectApp::saveProperties() i18n("Untitled") is used.

As I remember, the same bug appeared in kedit and was fixed
in some version.

How to repeat the error -------------------

Create a new normal KDE project.

Bugfix or Workaround ----------------------

Change the generated code to use either "..." or i18n("...").

System Information ------------------------

KDevelop version: 1.0beta2
KDE version: 1.1.1
QT version: 1.44
OS/Distribution: Linux 2.2.9/SuSE 6.0
Compiler: egcs-2.91.66





More information about the KDevelop-devel mailing list