Skip to content

Commit

Permalink
D-Bus: Fix download_end signal name in org.rpm.dnf.v0.Base interface
Browse files Browse the repository at this point in the history
Commit a703658 (dnfdaemon: Fix
download callbacks) renamed repo_load_end signal to download_end, but
forgot to change the name in org.rpm.dnf.v0.Base interface
introspection file.

Fixes: #1146
  • Loading branch information
ppisar committed Jan 8, 2024
1 parent 6fa8618 commit 0c7602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf5daemon-server/dbus/interfaces/org.rpm.dnf.v0.Base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ along with libdnf. If not, see <https://www.gnu.org/licenses/>.
Downloading has ended.
-->
<signal name="repo_load_end">
<signal name="download_end">
<arg name="session_object_path" type="o" />
<arg name="download_id" type="s" />
<arg name="status" type="i" />
Expand Down

0 comments on commit 0c7602a

Please sign in to comment.