Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Garcia <cristian99garcia@gmail.com>2013-05-14 18:56:10 (GMT)
committer Cristian Garcia <cristian99garcia@gmail.com>2013-05-14 18:56:10 (GMT)
commitf05b75022d6428f75f0990d14b0c33670bb896ec (patch)
treef12de1d5f03c29b639bfd2500f1cd75eabc75242
parent9998fc0ef0c4c5f7e5882897dcc51baf5bda5046 (diff)
Terminando de corregir
-rw-r--r--CristianEdit/CristianEdit.py24
-rw-r--r--CristianEdit/objetos.py2
-rw-r--r--CristianEdit/objetos.pycbin46702 -> 46692 bytes
3 files changed, 13 insertions, 13 deletions
diff --git a/CristianEdit/CristianEdit.py b/CristianEdit/CristianEdit.py
index 24f2660..093a751 100644
--- a/CristianEdit/CristianEdit.py
+++ b/CristianEdit/CristianEdit.py
@@ -627,17 +627,17 @@ class CristianEdit(Gtk.Plug):
except ConfigParser.NoOptionError:
self.recientes = ''
- self.configuraciones = {
- 'enumeracion': True,
- 'margen': 80,
- 'is_margen': False,
- 'ajuste': False,
- 'ajuste_palabras': False,
- 'tabulador': 8,
- 'insertar_espacios': False,
- 'sangria': False,
- 'tema': 'classic',
- 'fuente': 'Monospace',
- 'recientes': ''}
+ self.configuraciones = {
+ 'enumeracion': True,
+ 'margen': 80,
+ 'is_margen': False,
+ 'ajuste': False,
+ 'ajuste_palabras': False,
+ 'tabulador': 8,
+ 'insertar_espacios': False,
+ 'sangria': False,
+ 'tema': 'classic',
+ 'fuente': 'Monospace',
+ 'recientes': ''}
self.guardar_configuracion()
diff --git a/CristianEdit/objetos.py b/CristianEdit/objetos.py
index a310da1..35b8218 100644
--- a/CristianEdit/objetos.py
+++ b/CristianEdit/objetos.py
@@ -938,7 +938,7 @@ class Configuraciones(Gtk.Dialog):
vbox1.pack_start(boton_ajuste1, False, False, 0)
vbox1.pack_start(boton_ajuste2, False, False, 0)
- combo_estilos = ComboEstilos(G.estilos.index(self.configuraciones['tema']))
+ combo_estilos = ComboEstilos(G.estilos[self.configuraciones['tema']])
combo_estilos.connect('changed', self.estilo_changed)
diff --git a/CristianEdit/objetos.pyc b/CristianEdit/objetos.pyc
index 95f808a..9cd4666 100644
--- a/CristianEdit/objetos.pyc
+++ b/CristianEdit/objetos.pyc
Binary files differ