From 64a532d38d5b4548a7984d550fb3c0edd71ae700 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 14 Aug 2010 09:18:41 +0000 Subject: [PATCH] minor tweak in position svn: r15731 --- src/gui/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/configure.py b/src/gui/configure.py index f95f7397c..1dc7e1780 100644 --- a/src/gui/configure.py +++ b/src/gui/configure.py @@ -1065,7 +1065,7 @@ class GrampsPreferences(ConfigureDialog): obox.connect('changed', self.check_for_updates_changed) lwidget = BasicLabel("%s: " % _('Check for updates')) table.attach(lwidget, 1, 2, 6, 7, yoptions=0) - table.attach(obox, 2, 4, 6, 7, yoptions=0) + table.attach(obox, 2, 3, 6, 7, yoptions=0) self.whattype_box = gtk.combo_box_new_text() formats = [_("Updated addons only"),