head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2009.04.20.10.53.58; author wiz; state dead; branches; next 1.1; 1.1 date 2009.01.18.12.31.07; author ahoka; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.3.0: 2009-04-17 meld-1.3.0 ===================== * Minimum requirements are pygobject 2.8 and python 2.4 * Find dialog replaced with find bar with replace functionality * Remove gnome dependencies (Kai Willadsen, Vincent Legoll) Meld now runs on win32 (experimental). * Many ui tweaks and cleanups (Kai Willadsen, Vincent Legoll) * Support for multiple sourceview versions (Vincent Legoll) * Updated version control support * Multiple VCs in a single directory (Vincent Legoll) * Subversion 1.6.x (Vincent Legoll) * Add RCS support (Oliver Gerlich, Vincent Legoll) * Add Codeville support (Vincent Legoll) @ text @$NetBSD: patch-ab,v 1.1 2009/01/18 12:31:07 ahoka Exp $ --- filediff.py.orig 2008-10-22 19:48:30.000000000 +0200 +++ filediff.py @@@@ -568,7 +568,7 @@@@ class FileDiff(melddoc.MeldDoc, gnomegla bnew.label = bold.label self.bufferdata[i] = bnew self.recompute_label() - self.textview[1 if len(files) >= 2 else 0].grab_focus() + self.textview[len(files) >= 2].grab_focus() self.scheduler.add_task( self._set_files_internal(files).next ) def _set_files_internal(self, files): @ 1.1 log @Remove the bogus requirement for python25, fix the offending line instead. @ text @d1 1 a1 1 $NetBSD$ @