Fix a refcounting error
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jan 2012 13:02:26 +0000 (08:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jan 2012 13:03:38 +0000 (08:03 -0500)
commit8852d4e9a08e7fbc9df7fb99a54b112f5049ee19
tree4c9749a152e5cdc0d89ad0c8e9114229b0e1fa73
parent6784468625a77b3daa1247f2199bc11714cb4eca
Fix a refcounting error

'new' is created floating, therefore it is consumed by
g_settings_set, and unreffing it after that call is not right.
gio/gsettings-tool.c