mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
fix fav list remove bug
This commit is contained in:
parent
90477c8f34
commit
d9dc3e6300
@ -393,7 +393,7 @@ class FavListPage(Page):
|
||||
|
||||
#delete directly without confirm dialog
|
||||
stats = os.stat(cur_li._Path)
|
||||
os.chown(self._FileName, stats.st_uid,stats.st_uid) ## normally uid and gid should be the same
|
||||
os.chown(cur_li._Path, stats.st_uid,stats.st_uid) ## normally uid and gid should be the same
|
||||
self._Screen._MsgBox.SetText("Deleting...")
|
||||
self._Screen._MsgBox.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user