]> git.0d.be Git - empathy.git/commit
Optionally use libnm-glib for NetworkManager integration
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 30 Jun 2009 14:57:06 +0000 (15:57 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 30 Jun 2009 17:20:49 +0000 (18:20 +0100)
commit941d757434d220fec709f30ac4847c7240b3d7d3
tree7daa8df7b406bf7262ad159c91d62024411f22af
parent6a1b1c8baf4c30fabd76395e6ff81fd3b7cd621d
Optionally use libnm-glib for NetworkManager integration

Previously Empathy use the NM D-Bus interface directly. Unfortunately the d-bus
calls used were deprecated and somewhat buggy (if NM wasn't running on empathy
startup, it would never detect network changes).

Given that NetworkManager isn't a blessed gnome dependency the code has been
made optional, but it's expected that every distribution will build with
NetworkManager integration anyway.

Based on a patch by Tambet Ingo <tambet@novell.com>. Fixes #587446
configure.ac
libempathy/Makefile.am
libempathy/empathy-idle.c