gedit-plugins r372 - in trunk: . plugins/bracketcompletion plugins/sessionsaver plugins/terminal
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit-plugins r372 - in trunk: . plugins/bracketcompletion plugins/sessionsaver plugins/terminal
- Date: Mon, 8 Sep 2008 07:22:43 +0000 (UTC)
Author: pborelli
Date: Mon Sep 8 07:22:42 2008
New Revision: 372
URL: http://svn.gnome.org/viewvc/gedit-plugins?rev=372&view=rev
Log:
2008-09-08 Paolo Borelli <pborelli katamail com>
* plugins/drawspaces/terminal: use proper gconf key for the monospace
font. Patch by Kurt Litsch.
Modified:
trunk/ChangeLog
trunk/plugins/bracketcompletion/ (props changed)
trunk/plugins/sessionsaver/ (props changed)
trunk/plugins/terminal/terminal.py
Modified: trunk/plugins/terminal/terminal.py
==============================================================================
--- trunk/plugins/terminal/terminal.py (original)
+++ trunk/plugins/terminal/terminal.py Mon Sep 8 07:22:42 2008
@@ -98,7 +98,7 @@
def reconfigure_vte(self):
# Fonts
if gconf_get_bool(self.GCONF_PROFILE_DIR + "/use_system_font"):
- font_name = gconf_get_str("/desktop/gnome/interface/monospace_font",
+ font_name = gconf_get_str("/desktop/gnome/interface/monospace_font_name",
self.defaults['font_name'])
else:
font_name = gconf_get_str(self.GCONF_PROFILE_DIR + "/font",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]