update-portal: Remove unnecessary handle arg from Progress signal

There is no need to pass the handle, that is already available to the
reciever as the object path of the signal.
This commit is contained in:
Alexander Larsson
2019-10-01 09:36:34 +02:00
committed by Alexander Larsson
parent 930919d7b1
commit a0c46c1ea2

View File

@@ -307,7 +307,6 @@
</variablelist>
-->
<signal name="Progress">
<arg type="o" name="handle" direction="out"/>
<arg type="a{sv}" name="info" direction="out"/>
</signal>