GNOME Bugzilla – Bug 674579
Non static variable in libgnome-bluetooth-applet
Last modified: 2012-04-22 19:33:33 UTC
See patch.
Created attachment 212554 [details] [review] BluetoothApplet: mark internal variable as static Otherwise, it could conflict with other symbols with the same name exported by a different shared library, with undefined effects.
Attachment 212554 [details] pushed as 07284bb - BluetoothApplet: mark internal variable as static