mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2024-12-21 10:59:03 +00:00
Add patch for dupeguru submodule to fix one error
This commit is contained in:
parent
01b4610956
commit
5829a7905d
25
patch-for-dupeguru.patch
Normal file
25
patch-for-dupeguru.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 5d193a4cccb619f5b66515e9465cc2188a52ed62 Mon Sep 17 00:00:00 2001
|
||||
From: Andrew Senetar <arsenetar@voltaicideas.net>
|
||||
Date: Wed, 25 Aug 2021 21:50:07 -0500
|
||||
Subject: [PATCH] Patch for cocoa
|
||||
|
||||
---
|
||||
core/app.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/core/app.py b/core/app.py
|
||||
index 37921e94..02f45416 100644
|
||||
--- a/core/app.py
|
||||
+++ b/core/app.py
|
||||
@@ -562,7 +562,7 @@ class DupeGuru(Broadcaster):
|
||||
self.ignore_list_dialog.refresh()
|
||||
p = op.join(self.appdata, "exclude_list.xml")
|
||||
self.exclude_list.load_from_xml(p)
|
||||
- self.exclude_list_dialog.refresh()
|
||||
+ #self.exclude_list_dialog.refresh()
|
||||
|
||||
def load_directories(self, filepath):
|
||||
# Clear out previous entries
|
||||
--
|
||||
2.30.1 (Apple Git-130)
|
||||
|
Loading…
Reference in New Issue
Block a user