Skip to content

Commit

Permalink
Merge pull request #2 from VDM-Maintainer-Group/master
Browse files Browse the repository at this point in the history
Update Release
  • Loading branch information
iamhyc authored Nov 25, 2022
2 parents 3d990fd + 630cf34 commit 28cc68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop-settings",
"version": "0.2.0",
"version": "0.3.0",
"description": "VDM plugin for bridging gap of desktop-related settings for common DEs.",
"keywords": [
"desktop", "dde-kwin", "gnome-shell"
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def onSave(self, stat_file):
json.dump(records, f)
return 0

def onResume(self, stat_file):
def onResume(self, stat_file, new):
## load stat file with failure check
with open(stat_file, 'r') as f:
_file = f.read().strip()
Expand Down
2 changes: 1 addition & 1 deletion settings_utils/wallpaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_all_status(self):
return self.get_wallpaper_status()

def set_all_status(self, status):
return self.set_wallpaper_status
return self.set_wallpaper_status(status)

pass

Expand Down

0 comments on commit 28cc68e

Please sign in to comment.