From e2139d4027af85160748af525f4d624f4b236347 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 5 Jan 2012 12:46:08 +0800 Subject: [PATCH] fixes PY::Config --- src/PYConfig.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PYConfig.cc b/src/PYConfig.cc index 6241647..1373607 100644 --- a/src/PYConfig.cc +++ b/src/PYConfig.cc @@ -336,8 +336,6 @@ Config::valueChangedCallback (IBusConfig *config, Config *self) { self->valueChanged (section, name, value); - if (self->m_section != section) - return; } static const struct { -- 2.7.4