CVSROOT: /cvs/gnome Module name: gnome-power-manager Changes by: rhughes 06/10/18 16:21:07
Modified files: . : ChangeLog data : gpm-prefs.glade po : POTFILES.in po : POTFILES.in src : Makefile.am gpm-common.c gpm-common.h gpm-hal-power.c gpm-info.c gpm-manager.c gpm-networkmanager.c gpm-polkit.c gpm-power.c gpm-prefs-core.c gpm-prefs.h gpm-screensaver.c gpm-statistics-core.c gpm-statistics.c Added files: src : gpm-conf.c gpm-conf.h Removed files: src : gpm-gconf.h Log message: 2006-10-18 Richard Hughes <[EMAIL PROTECTED]> * data/gpm-prefs.glade: Add a 'Make default' button in readyness for changing the system wide policy for all users. * po/POTFILES.in: * src/Makefile.am: * src/gpm-conf.c: * src/gpm-conf.h: * src/gpm-gconf.h: Replace the statatic header with a new GpmConf gobject to abstract getting and setting values from gconf. We'll need this for headless use where we might not have gconf available running as root. * src/gpm-common.c: * src/gpm-common.h: * src/gpm-hal-power.c: * src/gpm-info.c: * src/gpm-manager.c: * src/gpm-networkmanager.c: * src/gpm-polkit.c: * src/gpm-power.c: * src/gpm-prefs-core.c: * src/gpm-prefs.h: * src/gpm-screensaver.c: * src/gpm-statistics-core.c: * src/gpm-statistics.c: Looks a lot of changes, but basically use the GpmConf singleton rather than create a new copy of gconf_client for each object. This probably saves a little bit of memory, but it also makes the code look a lot better. ;-) URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-power-manager&who=rhughes&date=explicit&mindate=2006-10-18%2016:20&maxdate=2006-10-18%2016:22 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list