Skip to content

Commit

Permalink
1.0.1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack authored and jeanslack committed Sep 23, 2018
1 parent 146c14f commit 552fc8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Set 22, 2018 V.1.0.1

- Fixed issue with the `Presets_Manager` panel during double-pass
conversion in Windows.
- Adding a new function in the settings dialog
- Modified `cpu-used` function in the settings dialog
- Adding `-threads` function in the settings dialog
- Fixed anomalies in `-cpu-used` function
- New version of the configuration file

Expand Down
6 changes: 3 additions & 3 deletions vdms_DIALOGS/first_time_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ def completion(self, ffmpeg, ffprobe, ffplay):
if not b == '\n':
rowsNum.append(a)

full_list[rowsNum[7]] = '%s\n' % ffmpeg
full_list[rowsNum[9]] = '%s\n' % ffprobe
full_list[rowsNum[11]] = '%s\n' % ffplay
full_list[rowsNum[8]] = '%s\n' % ffmpeg
full_list[rowsNum[10]] = '%s\n' % ffprobe
full_list[rowsNum[12]] = '%s\n' % ffplay

with open (filename, 'w') as fileconf:
for i in full_list:
Expand Down

0 comments on commit 552fc8d

Please sign in to comment.