tests pass; tagging release

This commit is contained in:
2021-12-28 05:48:08 -05:00
parent 330548689a
commit 89456270c5
9 changed files with 230 additions and 22 deletions

View File

@@ -85,7 +85,7 @@ func (w *Wallet) DisconnectApplication(appName string) (err error) {
}
if call = w.Dbus.Call(
DbusWMDisconnectApp, 0, appName, w.wm.AppID,
DbusWMDisconnectApp, 0, w.Name, appName,
); call.Err != nil {
err = call.Err
return