]> git.0d.be Git - empathy.git/commit
Don't set empty values for the default EmpathyHandler
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 1 Sep 2009 13:48:59 +0000 (15:48 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 1 Sep 2009 14:49:39 +0000 (16:49 +0200)
commit182f1d1d62275355fa248fcdb9ea9b9a09a60e08
treed0adad2503e572eea8ee533a3574cf4bc0048bdc
parent834d75c763532d104e21a9add828d4a10afb799b
Don't set empty values for the default EmpathyHandler

This implies the following:
- have an empty default handler when the Dispatcher is used directly
  with the singleton
- autogenerate the name for the default handler
- set priv->filters in the handler to an empty GPtrArray in this case,
  as that can't be NULL.
libempathy/empathy-dispatcher.c
libempathy/empathy-handler.c