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 603161 - Make CheeseGConf a singleton object
Make CheeseGConf a singleton object
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 2.28
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-11-27 16:50 UTC by Bastien Nocera
Modified: 2009-11-30 18:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make CheeseGConf a singleton object (948 bytes, patch)
2009-11-27 16:50 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2009-11-27 16:50:44 UTC
And save RAM, and trees!
Comment 1 Bastien Nocera 2009-11-27 16:50:46 UTC
Created attachment 148607 [details] [review]
Make CheeseGConf a singleton object

Thus saving us some RAM by avoiding 2 copies of an object that
does the exact same thing.
Comment 2 Bastien Nocera 2009-11-30 18:57:21 UTC
Attachment 148607 [details] pushed as 7bb031c - Make CheeseGConf a singleton object