GNOME Bugzilla – Bug 791067
tracker-monitor: The GType of the monitor backend isn't used instance-wide
Last modified: 2018-01-16 12:57:13 UTC
This is a micro-optimization that I spotted while reading the code. The monitor_backend GType doesn't have to be an instance variable.
Created attachment 364739 [details] [review] tracker-monitor: Tighten the scope of variables
Comment on attachment 364739 [details] [review] tracker-monitor: Tighten the scope of variables well spotted :).
Comment on attachment 364739 [details] [review] tracker-monitor: Tighten the scope of variables Pushed to master, thanks!