GNOME Bugzilla – Bug 674577
Non static variable in GtkStyleProviderPrivate
Last modified: 2012-04-23 17:51:53 UTC
See patch. Found because it was shadowed by gnome-bluetooth, and luckily only resulted in a warning in gnome-shell.
Created attachment 212552 [details] [review] StyleProviderPrivate: 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.
Review of attachment 212552 [details] [review]: thanks, good catch
Attachment 212552 [details] pushed as dee341f - StyleProviderPrivate: mark internal variable as static