diff options
author | portix <portix@gmx.net> | 2011-12-24 00:37:34 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-24 00:37:34 +0100 |
commit | 1f54d13801eb88ceb2c0a9779b9b2b5dc941add1 (patch) | |
tree | 95855ad4d4fa3275df59a75e54f537ddd694bed2 /src/commands.h | |
parent | a73a9c29b08168fbd138183db697b2327fec3781 (diff) | |
download | dwb-1f54d13801eb88ceb2c0a9779b9b2b5dc941add1.zip |
Lock uris and domains, merging lock-function with protect-function
--HG--
branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index f4291c08..a406dde3 100644 --- a/src/commands.h +++ b/src/commands.h @@ -87,8 +87,8 @@ DwbStatus commands_command_mode(KeyMap *, Arg *); DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); -DwbStatus commands_toggle_protected(KeyMap *, Arg *); -DwbStatus commands_toggle_locked(KeyMap *, Arg *); +DwbStatus commands_toggle_lock_protect(KeyMap *, Arg *); +//DwbStatus commands_toggle_locked(KeyMap *, Arg *); #ifdef DWB_ADBLOCKER DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); #endif |