diff options
author | portix <none@none> | 2013-02-13 18:28:45 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-13 18:28:45 +0100 |
commit | 99571475de41ec2ce1a2fc2a9eb08d2b4cba5bfe (patch) | |
tree | a660c8a016c25f32e914c12003d09baa183d21ef /src/dwb.h | |
parent | 812f33cea81d2ae783f37fa0644f701158ec1a8f (diff) | |
download | dwb-99571475de41ec2ce1a2fc2a9eb08d2b4cba5bfe.zip |
Implementing webview.historylist
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -784,6 +784,7 @@ struct _Misc { int script_signals; CloseLastTabPolicy clt_policy; ProgressBarStyle progress_bar_style; + //gboolean javascript_debugging; }; enum Files { FILES_FIRST = 0, |