GNOME Bugzilla – Bug 707806
altTab: Only create one settings instance per window switcher popup
Last modified: 2013-09-10 14:23:59 UTC
Every settings instance we create is a round-trip to the dconf daemon, so we need to be careful of not creating them too haphazardly.
Created attachment 254520 [details] [review] altTab: Only create one settings instance per window switcher popup
Review of attachment 254520 [details] [review]: Good idea. Although maybe it makes sense to share them globally, as the window switcher is used often and is created/destroyed often (or maybe we could avoid destroying it?)
Attachment 254520 [details] pushed as 1edb9f7 - altTab: Only create one settings instance per window switcher popup