After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674579 - Non static variable in libgnome-bluetooth-applet
Non static variable in libgnome-bluetooth-applet
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-04-22 17:29 UTC by Giovanni Campagna
Modified: 2012-04-22 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
BluetoothApplet: mark internal variable as static (832 bytes, patch)
2012-04-22 17:30 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-04-22 17:29:47 UTC
See patch.
Comment 1 Giovanni Campagna 2012-04-22 17:30:22 UTC
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.
Comment 2 Bastien Nocera 2012-04-22 19:33:24 UTC
Attachment 212554 [details] pushed as 07284bb - BluetoothApplet: mark internal variable as static