summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2015-06-03 16:44:47 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2015-06-03 16:44:47 +0900
commit7c865d0d396a207e34f834a503410fca80911794 (patch)
treecff878fd246fa7f0ed99cad8e20ec5405948544f
parent64b8609b5f0f7e62e4730769b52eefd881a8cc8b (diff)
downloadibus-7c865d0d396a207e34f834a503410fca80911794.tar.gz
Delete gnome-do from NO_SNOOPER_APPS
BUG=https://code.google.com/p/ibus/issues/detail?id=1433 R=Shawn.P.Huang@gmail.com Review URL: https://codereview.appspot.com/243820043
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 160fe115..b080afd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -511,7 +511,7 @@ AC_ARG_WITH(no-snooper-apps,
AS_HELP_STRING([--with-no-snooper-apps[=regex1,regex2]],
[Does not enable keyboard snooper in those applications (like: .*chrome.*,firefox.*)]),
NO_SNOOPER_APPS=$with_no_snooper_apps,
- NO_SNOOPER_APPS=[.*chrome.*,.*chromium.*,firefox.*,Do.*]
+ NO_SNOOPER_APPS=[firefox.*,.*chrome.*,.*chromium.*]
)
AC_DEFINE_UNQUOTED(NO_SNOOPER_APPS, "$NO_SNOOPER_APPS",
[Does not enbale keyboard snooper in those applications])