Skip to content
Snippets Groups Projects
Verified Commit ddc0c9f2 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Remove CB_TOTALDL from callback enum

In 67596333 we removed the total download callback as it no
longer exists in pacman but forgot to clean up enum for it leading to
the a segfault and callbacks being wrong.
parent 9a673803
No related branches found
Tags 0.10.3
No related merge requests found
......@@ -29,7 +29,6 @@ typedef enum _pyalpm_callback_id {
CB_LOG,
CB_DOWNLOAD,
CB_FETCH,
CB_TOTALDL,
CB_EVENT,
CB_QUESTION,
CB_PROGRESS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment