From 28b81bbed5d8db354349fd787c3db4123e55d423 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 14 Nov 2018 15:43:25 +0300 Subject: code cleaning --- plugins/MyDetails/src/frame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MyDetails/src') diff --git a/plugins/MyDetails/src/frame.cpp b/plugins/MyDetails/src/frame.cpp index cfe97cb2d8..f7a4b44242 100644 --- a/plugins/MyDetails/src/frame.cpp +++ b/plugins/MyDetails/src/frame.cpp @@ -296,7 +296,7 @@ int CreateFrame() if (flags & F_VISIBLE) CallService(MS_CLIST_FRAMES_SHFRAME, frame_id, 0); - db_unset(NULL, "MyDetails", "ForceHideFrame"); + db_unset(0, "MyDetails", "ForceHideFrame"); } if (db_get_b(0, "MyDetails", "ForceShowFrame", 0)) { @@ -304,7 +304,7 @@ int CreateFrame() if (!(flags & F_VISIBLE)) CallService(MS_CLIST_FRAMES_SHFRAME, frame_id, 0); - db_unset(NULL, "MyDetails", "ForceShowFrame"); + db_unset(0, "MyDetails", "ForceShowFrame"); } } else { -- cgit v1.2.3