Hi,<div>I've found a bug with emitting multiple package progress,</div><div>since I do:</div><div>emit_package(foo)</div><div>emit_progress(30%)</div><div>emit_package(bar) -> this emits finished for the above package</div>
<div>emit_progress(foo) -> now this creates a new package in Apper</div><div>                                        since the entry got a finished signal</div><div>...</div><div><br></div><div>So can we remove:</div><div>
pk_backend_job_package_emulate_finished_for_package (job, item);</div><div>since on pk 0.7:</div><div>pk_backend_set_simultaneous_mode(true)</div><div>prevented the emulate finished to run.</div><div><br></div><div>are you fine with me ripping out this function?</div>
<div>otherwise we need to put</div><div>pk_backend_set_simultaneous_mode</div><div>back to the game.</div><div><br></div><div>Best,<br clear="all"><div><br></div>-- <br>Daniel Nicoletti<br><br>KDE Developer - <a href="http://dantti.wordpress.com" target="_blank">http://dantti.wordpress.com</a><br>

</div>