From kde-bugs-dist Sun Apr 30 07:03:01 2000 From: owner () bugs ! kde ! org (Stephan Kulow) Date: Sun, 30 Apr 2000 07:03:01 +0000 To: kde-bugs-dist Subject: Bug#1786: marked as done (length of volume label is 10 instead of 11) X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=95707833505559 Your message dated Sat, 29 Apr 2000 23:53:53 -0700 with message-id <00042923535300.13429@wantelbos> and subject line Fixed 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 maintonly) by bugs.kde.org; 21 Aug 1999 20:22:51 +0000 From fkkeller@faui01.informatik.uni-erlangen.de Sat Aug 21 22:22:51 1999 Received: from faui01.informatik.uni-erlangen.de ([131.188.2.1]:57562 "EHLO faui01.informatik.uni-erlangen.de") by max.tat.physik.uni-tuebingen.de with ESMTP id ; Sat, 21 Aug 1999 22:22:20 +0200 Received: from faui07h.informatik.uni-erlangen.de (faui07h.informatik.uni-erlangen.de [131.188.30.223]) by faui01.informatik.uni-erlangen.de (8.8.8/8.1.16-FAU) with ESMTP id WAA15127 for ; Sat, 21 Aug 1999 22:22:08 +0200 (MET DST) Received: (from fkkeller@localhost) by faui07h.informatik.uni-erlangen.de (8.9.1a/8.1.26-FAU) id WAA15838 for maintonly@bugs.kde.org; Sat, 21 Aug 1999 22:22:08 +0200 Message-ID: <19990821222207.A15378@stud.informatik.uni-erlangen.de> Date: Sat, 21 Aug 1999 22:22:07 +0200 From: Frank Kellermann To: maintonly@bugs.kde.org Subject: length of volume label is 10 instead of 11 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 Return-Path: X-Orcpt: rfc822;maintonly@bugs.kde.org Package: kfloppy Version: 1.1.1 Not really a bug, just a nitpick: You are allowed to have 11 characters in a volume label for a floppy, but i can only type 10. "patch" floppy.cpp , line 149, instead of lineedit->setMaxLength(1o); lineedit->setMaxLength(11);