From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../0001-Do-not-crash-on-empty-pogs-list.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 media-gfx/fontypython/files/0001-Do-not-crash-on-empty-pogs-list.patch (limited to 'media-gfx/fontypython/files/0001-Do-not-crash-on-empty-pogs-list.patch') diff --git a/media-gfx/fontypython/files/0001-Do-not-crash-on-empty-pogs-list.patch b/media-gfx/fontypython/files/0001-Do-not-crash-on-empty-pogs-list.patch deleted file mode 100644 index b652053596c6..000000000000 --- a/media-gfx/fontypython/files/0001-Do-not-crash-on-empty-pogs-list.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Pietro Battiston -Date: Sun, 21 Dec 2014 11:50:28 +0100 -Subject: Do not crash on empty pogs list - ---- - fontypythonmodules/gui_PogChooser.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/fontypythonmodules/gui_PogChooser.py b/fontypythonmodules/gui_PogChooser.py -index 94b7f2e..f233529 100644 ---- a/fontypythonmodules/gui_PogChooser.py -+++ b/fontypythonmodules/gui_PogChooser.py -@@ -80,7 +80,7 @@ class PogChooser(wx.ListCtrl) : - i = self.FindItem(-1, select) - self.indexselected = i # Set this to help initial icon settings. - self.Select(i, True) -- else: -+ elif self.__poglistCopy: - self.Select(0, False) - self.indexselected = -1 - -- cgit v1.2.3