Skip to content

Commit

Permalink
Merge pull request #52 from pecigonzalo/master
Browse files Browse the repository at this point in the history
Use new kwallet5 dbus interface
  • Loading branch information
mtibben committed Aug 26, 2019
2 parents 3239864 + 27be99a commit 6caaf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
)

const (
dbusServiceName = "org.kde.kwalletd"
dbusPath = "/modules/kwalletd"
dbusServiceName = "org.kde.kwalletd5"
dbusPath = "/modules/kwalletd5"
)

func init() {
Expand Down

0 comments on commit 6caaf19

Please sign in to comment.