fixes PY::Config
authorPeng Wu <alexepico@gmail.com>
Thu, 5 Jan 2012 04:46:08 +0000 (12:46 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 5 Jan 2012 04:46:08 +0000 (12:46 +0800)
src/PYConfig.cc

index 6241647..1373607 100644 (file)
@@ -336,8 +336,6 @@ Config::valueChangedCallback (IBusConfig  *config,
                               Config      *self)
 {
     self->valueChanged (section, name, value);
-    if (self->m_section != section)
-        return;
 }
 
 static const struct {