Your message dated Sun, 30 Apr 2006 01:06:09 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Patch seems applied
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: synaptic
Version: 0.53.4-4
Severity: minor
If no packages downloaded successfully, synaptic stills asks whether
to install the packages that did download.
The attached patch might fix this (I didn't test it).
--
Matt
--- synaptic-0.53.4/common/rpackagelister.cc.orig 2004-10-18
03:31:31.526371536 -0700
+++ synaptic-0.53.4/common/rpackagelister.cc 2004-10-18 03:34:34.237595208
-0700
@@ -1279,6 +1279,9 @@
if (Transient)
goto gave_wood;
+ if (numPackages == 0)
+ goto gave_wood;
+
message =
_("Some of the packages could not be retrieved from the
server(s).\n");
if (!serverError.empty())
--- End Message ---
--- Begin Message ---
Hi Matt,
I don't remember experiencing this bug, but your patch seems applied.
Feel free to reopen if you can reproduce.
--- End Message ---