Clean up our GSettings use a bit more

This commit is contained in:
JosephMcc
2017-01-21 18:44:15 -08:00
parent f546598d83
commit 0a9588ef63
7 changed files with 48 additions and 316 deletions

View File

@@ -844,7 +844,7 @@ xed_view_set_font (XedView *view,
if (def)
{
GSettings *settings;
GObject *settings;
gchar *font;
settings = _xed_app_get_settings (xed_app_get_default ());