소스 검색

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)