diff options
| -rw-r--r-- | README.xwidget | 4 | ||||
| -rw-r--r-- | src/xwidget.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.xwidget b/README.xwidget index fa3f9dabfde..c2359b6e8ae 100644 --- a/README.xwidget +++ b/README.xwidget | |||
| @@ -1495,8 +1495,8 @@ doesn't make the window active. this leads to problems. | |||
| 1495 | from browse-url-interactive-arg. this might need a new optional argument. | 1495 | from browse-url-interactive-arg. this might need a new optional argument. |
| 1496 | 1496 | ||
| 1497 | http://test | 1497 | http://test |
| 1498 | ** TODO anything support | 1498 | ** TODO anything/helm support |
| 1499 | hook so anything can filter browser history. | 1499 | hook so anything/helm can filter browser history. |
| 1500 | ** TODO new relative url code sometimes fail | 1500 | ** TODO new relative url code sometimes fail |
| 1501 | http://www.dilbert.com | 1501 | http://www.dilbert.com |
| 1502 | ** TODO input field enhancements | 1502 | ** TODO input field enhancements |
diff --git a/src/xwidget.c b/src/xwidget.c index 6718f4a14c7..a1659a9911d 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifdef HAVE_XWIDGETS | ||
| 2 | #include <config.h> | 1 | #include <config.h> |
| 2 | #ifdef HAVE_XWIDGETS | ||
| 3 | 3 | ||
| 4 | #include <signal.h> | 4 | #include <signal.h> |
| 5 | 5 | ||