From e50c9e77aa23f4e95aaac8a492e5aa7fae8f3137 Mon Sep 17 00:00:00 2001 From: Joakim Verona Date: Sun, 8 Jul 2012 18:12:44 +0200 Subject: [PATCH] fixed build issue introduced by the fix for non xwidget builds --- README.xwidget | 4 ++-- 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. from browse-url-interactive-arg. this might need a new optional argument. http://test -** TODO anything support -hook so anything can filter browser history. +** TODO anything/helm support +hook so anything/helm can filter browser history. ** TODO new relative url code sometimes fail http://www.dilbert.com ** 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 @@ -#ifdef HAVE_XWIDGETS #include +#ifdef HAVE_XWIDGETS #include -- 2.39.5