summaryrefslogtreecommitdiff
path: root/gconf
Commit message (Collapse)AuthorAgeFilesLines
* Enable support for lazy loading of gio modulesAlexander Larsson2010-01-122-1/+11
|
* Use new G_IMPLEMENT_INTERFACE_DYNAMIC from glibAlexander Larsson2009-12-011-9/+2
|
* Free command string after use. Fixes a leak.Hans Petter Jansson2008-11-071-0/+1
| | | | | | | | | | 2008-11-06 Hans Petter Jansson <hpj@novell.com> * gconf/gapplookupgconf.c (get_default_for_uri_scheme): Free command string after use. Fixes a leak. svn path=/trunk/; revision=2083
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-223-4/+0
| | | | | | | | | * */*.[ch]: get rid of modelines The modelines were inconsistent and caused issues when used in different editors. svn path=/trunk/; revision=1756
* Respect the giomoduledir provided in gio's package config file. (#523852Christian Kellner2008-03-221-2/+0
| | | | | | | | | | | | | 2008-03-22 Christian Kellner <gicmo@gnome.org> * client/Makefile.am: * configure.ac: * gconf/Makefile.am: * hal/Makefile.am: Respect the giomoduledir provided in gio's package config file. (#523852 and maybe #523039) svn path=/trunk/; revision=1675
* Bind to GVFS text domain. Fixes #517892.Christian Neumair2008-02-222-0/+7
| | | | | | | | | | | | | | 2007-02-22 Christian Neumair <cneumair@gnome.org> * gconf/gconf-module.c: (g_io_module_load): * gconf/Makefile.am: * hal/hal-module.c: (g_io_module_load): * hal/Makefile.am: * client/gdaemonvfs.c: (g_daemon_vfs_init): * client/Makefile.am: Bind to GVFS text domain. Fixes #517892. svn path=/trunk/; revision=1330
* Some more cleanup.Alexander Larsson2008-02-191-3/+3
| | | | | | | | | | | | | 2008-02-19 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: * daemon/gvfsbackendtrash.c: * gconf/gapplookupgconf.c: * test/benchmark-common.c: Some more cleanup. svn path=/trunk/; revision=1303
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-7/+0
| | | | | | | | | | | | | | | 2008-02-19 Alexander Larsson <alexl@redhat.com> * lots of *.c files: Code cleanup from Kjartan: Removes unused code/variables. Uses right printf types Uses non-deprecated dbus calls. Removes spurious ; and , deleted extra checks for NULL for g_free svn path=/trunk/; revision=1302
* Added. Added. Added. Add gconf based implementation ofAlexander Larsson2008-01-294-0/+318
2008-01-29 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.ac: * gconf/Makefile.am: Added. * gconf/gapplookupgconf.[ch]: Added. * gconf/gconf-module.c: Added. Add gconf based implementation of g_app_info_get_default_for_uri_scheme () svn path=/trunk/; revision=1206