[Python-apps-commits] r13238 - in packages/pdfshuffler/trunk/debian/patches (fix-threading)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Thu May 26 02:17:38 UTC 2016


    Date: Thursday, May 26, 2016 @ 02:17:37
  Author: vcheng
Revision: 13238

refresh patches

Modified:
  packages/pdfshuffler/trunk/debian/patches/fix-threading

Modified: packages/pdfshuffler/trunk/debian/patches/fix-threading
===================================================================
--- packages/pdfshuffler/trunk/debian/patches/fix-threading	2016-05-26 02:16:32 UTC (rev 13237)
+++ packages/pdfshuffler/trunk/debian/patches/fix-threading	2016-05-26 02:17:37 UTC (rev 13238)
@@ -12,7 +12,7 @@
 
 --- a/pdfshuffler/pdfshuffler.py
 +++ b/pdfshuffler/pdfshuffler.py
-@@ -326,11 +326,9 @@ class PdfShuffler:
+@@ -326,11 +326,9 @@
    
      def update_thumbnail(self, object, num, thumbnail, resample):
          row = self.model[num]
@@ -24,7 +24,7 @@
  
      def on_window_size_request(self, window, event):
          """Main Window resize - workaround for autosetting of
-@@ -1079,7 +1077,6 @@ class PDF_Renderer(threading.Thread,gobj
+@@ -1079,7 +1077,6 @@
  
  def main():
      """This function starts PdfShuffler"""




More information about the Python-apps-commits mailing list