mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
fix a small typo in misc.py -- thanks to David Paleino
This commit is contained in:
@@ -447,7 +447,7 @@ def choose_sudo_prog(prog_num=0):
|
||||
paths = []
|
||||
|
||||
if desktop_env == "kde":
|
||||
progs = ["kdesu", "kdesudo", "ktusss"]
|
||||
progs = ["kdesu", "kdesudo", "ktsuss"]
|
||||
else:
|
||||
progs = ["gksudo", "gksu", "ktsuss"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user