tags 536285 + pending
thanks

Dear maintainer,

I've prepared an NMU for mirage (versioned as 0.9.3-4.1) and uploaded it
to DELAYED/2, according to devref §5.11.1. The patch is Evgeni's and
works fine for me.

I understand you've been preparing an upload of mirage for quite a
while, but this bug is now months old and quite dangerous for users. If
you have good reasons to postpone this specific fix any further, let me
know. If not, I suggest to let the NMU flow in, and later on proceed
with your upload fixing the other issues.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u mirage-0.9.3/debian/changelog mirage-0.9.3/debian/changelog
--- mirage-0.9.3/debian/changelog
+++ mirage-0.9.3/debian/changelog
@@ -1,3 +1,11 @@
+mirage (0.9.3-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Ensure that, upon delete, what is going to be deleted matches the
+    highlighted selection; patch by Evgeni Golov. (Closes: #536285)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 09 Feb 2010 10:06:31 +0100
+
 mirage (0.9.3-4) unstable; urgency=low
 
   * Remove forgotten DM flag
only in patch2:
unchanged:
--- mirage-0.9.3.orig/mirage.py
+++ mirage-0.9.3/mirage.py
@@ -3892,6 +3892,7 @@
 				self.last_image_action_was_smart_fit = False
 			elif self.open_mode == self.open_mode_1to1 or (self.open_mode == self.open_mode_last and self.last_mode == self.open_mode_1to1):
 				self.last_image_action_was_fit = False
+			self.currimg_name = str(self.image_list[self.curr_img_in_list])
 		else:
 			# Need to load the current image
 			self.currimg_pixbuf = None

Reply via email to