[gedit-plugins] Use the right schema.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Use the right schema.
- Date: Thu, 29 Jul 2010 18:04:37 +0000 (UTC)
commit 750a42c9fa54bdf2f2bf7596c3bb589a5e73b29f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Jul 29 20:04:19 2010 +0200
Use the right schema.
plugins/charmap/gedit-charmap-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/charmap/gedit-charmap-plugin.c b/plugins/charmap/gedit-charmap-plugin.c
index 1c7b5b2..cab1739 100644
--- a/plugins/charmap/gedit-charmap-plugin.c
+++ b/plugins/charmap/gedit-charmap-plugin.c
@@ -248,7 +248,7 @@ get_document_font ()
{
GSettings *system;
- system = g_settings_new ("org.gnome.Desktop.Interface");
+ system = g_settings_new ("org.gnome.desktop.interface");
font = g_settings_get_string (system, "monospace-font-name");
g_object_unref (system);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]