<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>88892</bug_id>
          
          <creation_ts>2004-09-05 17:35:57 +0000</creation_ts>
          <short_desc>Quanta crash when upload (or enter) is pressed more than once in the upload dialog</short_desc>
          <delta_ts>2004-11-14 12:40:52 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>quanta</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Mandrake RPMs</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>crash</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Benjamin Bach">benjaoming</reporter>
          <assigned_to name="András Manţia">amantia</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>266032</commentid>
    <comment_count>0</comment_count>
    <who name="Benjamin Bach">benjaoming</who>
    <bug_when>2004-09-05 17:35:57 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.2.2)
Installed from:    Mandrake RPMs
OS:                Linux

I&apos;m able to reproduce this error with all kinds of consequence... whenever I press upload or (return) or (enter) Quanta will shut down. Luckily the only situation in which I upload my files is right after I&apos;ve saved them =)


/Benjamin</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>267987</commentid>
    <comment_count>1</comment_count>
    <who name="András Manţia">amantia</who>
    <bug_when>2004-09-12 18:01:10 +0000</bug_when>
    <thetext>Hi,
 I cannot find a bug without a concrete testcase and a backtrace. Also 
your Quanta version would be good to know. If it&apos;s 3.2.x, I suggest to 
try 3.3.0. 3.2.x is not maintained anymore and we know that it is a 
little crashy...

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>268277</commentid>
    <comment_count>2</comment_count>
    <who name="Benjamin Bach">benjaoming</who>
    <bug_when>2004-09-13 19:15:07 +0000</bug_when>
    <thetext>Okay, sorry... I just read juring the bug report submission that adding your KDE version would be enough if the regarded program was in the same distro... uh well =)

I will update and do a backtrace or maybe just a better discription... if the bug&apos;s still dancing...


/Benjamin</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>285669</commentid>
    <comment_count>3</comment_count>
    <who name="András Manţia">amantia</who>
    <bug_when>2004-11-14 12:40:51 +0000</bug_when>
    <thetext>CVS commit by amantia: 

Disable Proceed button in the upload dialog once the upload is started. Fixes
various problems like non-responding Quanta after upload and possibly the
bug described in #88892.

BUG: 88892


  M +1 -0      projectupload.cpp   1.73.2.1


--- kdewebdev/quanta/project/projectupload.cpp  #1.73:1.73.2.1
@@ -348,4 +348,5 @@ void ProjectUpload::startUpload()
     uploadInProgress = true;
     suspendUpload = false;
+    buttonUpload-&gt;setEnabled(false);
     KURL u = *baseUrl;
     u.setPath(u.protocol() == &quot;file&quot; ? &quot;/&quot; : &quot;&quot;);


</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>