Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Oct 5, 2017
1 parent 6ba3d97 commit c6d3954
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.0.16 (6 October 2017)
- fixed internal rules configuration saving

v2.0.15 (6 October 2017)
+ make current settings backup before import
- changed default listview font
Expand Down
3 changes: 3 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.0.16 (6 October 2017)
- fixed internal rules configuration saving

v2.0.15 (6 October 2017)
+ make current settings backup before import
- changed default listview font
Expand Down
4 changes: 2 additions & 2 deletions src/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#define APP_NAME L"simplewall"
#define APP_NAME_SHORT L"simplewall"
#define APP_VERSION L"2.0.15"
#define APP_VERSION_RES 2,0,15,0
#define APP_VERSION L"2.0.16"
#define APP_VERSION_RES 2,0,16
#define APP_COPYRIGHT L"(c) 2016, 2017 " _APP_AUTHOR L". All Rights Reserved."

#define _APP_BETA_RC
Expand Down
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5653,6 +5653,9 @@ BOOL settings_callback (HWND hwnd, DWORD msg, LPVOID lpdata1, LPVOID lpdata2)

_r_listview_setitemcheck (hwnd, IDC_EDITOR, item, new_val);

if (page->dlg_id == IDD_SETTINGS_RULES_BLOCKLIST || page->dlg_id == IDD_SETTINGS_RULES_SYSTEM)
rules_config[ptr_rule->name] = new_val;

_r_spinunlock (&config.lock_checkbox);
}
}
Expand Down

0 comments on commit c6d3954

Please sign in to comment.