d'oh.
This commit is contained in:
parent
bc4383f488
commit
1f6cfd5883
@ -266,6 +266,8 @@ func newWM(appId string, recursion *RecurseOpts, filePaths ...string) (wm *Walle
|
|||||||
}
|
}
|
||||||
wm.DbusObject.Dbus = wm.DbusObject.Conn.Object(DbusService, dbus.ObjectPath(DbusPath))
|
wm.DbusObject.Dbus = wm.DbusObject.Conn.Object(DbusService, dbus.ObjectPath(DbusPath))
|
||||||
|
|
||||||
|
wm.isInit = true
|
||||||
|
|
||||||
if wm.Recurse.All || wm.Recurse.Wallets {
|
if wm.Recurse.All || wm.Recurse.Wallets {
|
||||||
if err = wm.Update(); err != nil {
|
if err = wm.Update(); err != nil {
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user