浏览代码

Fix wrong config

oz123 11 年之前
父节点
当前提交
65dfffb0b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/pwman3

+ 1 - 1
scripts/pwman3

@@ -126,7 +126,7 @@ def set_algorithm(args, config):
 def get_conf_options(args, OSX):
 
     config = get_conf()
-    xselpath = config.get_value("Global", "xselpath")
+    xselpath = config.get_value("Global", "xsel")
     if not xselpath:
         set_xsel(config, OSX)