Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2013-10-24 16:15:12 (GMT)
committer flavio <fdanesse@gmail.com>2013-10-24 16:15:12 (GMT)
commit80e1e35501a392140d4d497fddbcdc4e980dd555 (patch)
tree4a86319676a1b2f39d8102ec7fd88f771b8e5843
parent06f603142af09cfcad116ea8200a55a842d55f09 (diff)
Correccion
-rw-r--r--Widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Widgets.py b/Widgets.py
index 6064bc3..9b154a6 100644
--- a/Widgets.py
+++ b/Widgets.py
@@ -1752,6 +1752,7 @@ class DialogoFormato(Gtk.Dialog):
path = tree.get_model().get_path(newiter)
tree.get_selection().select_path(path)
+ tree.scroll_to_cell(path)
return scroll