linuxmint / blueberry

A Bluetooth configuration tool
GNU General Public License v3.0
182 stars 53 forks source link

Fix monitoring settings #4

Closed City-busz closed 9 years ago

City-busz commented 9 years ago

We have to read settings once, otherwise changes are not detected.

clefebvre commented 9 years ago

No. We don't need the value at that stage, so why read it?

Changes should be detected. If they aren't, that's a glib bug (https://bugzilla.gnome.org/show_bug.cgi?id=733791)

City-busz commented 9 years ago

Currently if I disable the tray icon in settings, blueberry-tray doesn't exit, because it doesn't get the signal. Possibly it's a bug in glib, but this one line code would be a good workaround...