Skip to content

Commit

Permalink
Do not send out signal on UserInfo change before r3
Browse files Browse the repository at this point in the history
Before then it had EmitsChangedSignal property set to false.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 10, 2023
1 parent 3ed2e0e commit 6c86964
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/dbus_api/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,21 +818,6 @@ impl DbusTreeHandler {
if let Err(e) = self.property_changed_invalidated_signal(
&path,
prop_hashmap!(
consts::BLOCKDEV_INTERFACE_NAME_3_0 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
box_variant!(user_info_prop.clone())
},
consts::BLOCKDEV_INTERFACE_NAME_3_1 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
box_variant!(user_info_prop.clone())
},
consts::BLOCKDEV_INTERFACE_NAME_3_2 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
box_variant!(user_info_prop.clone())
},
consts::BLOCKDEV_INTERFACE_NAME_3_3 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
Expand Down

0 comments on commit 6c86964

Please sign in to comment.