[Aptitude-svn-commit] r3738 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Mon Aug 8 17:45:02 UTC 2005


Author: dburrows
Date: Mon Aug  8 17:44:59 2005
New Revision: 3738

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/download_bar.cc
Log:
Fix the download bar for the refcounting protocol.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Mon Aug  8 17:44:59 2005
@@ -1,5 +1,9 @@
 2005-08-08  Daniel Burrows  <dburrows at debian.org>
 
+	* src/download_bar.cc:
+
+	  Fix the download bar for the refcounting protocol.
+
 	* src/download.cc:
 
 	  Fix the download code for the refcounting protocol.

Modified: branches/aptitude-0.3/aptitude/src/download_bar.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/download_bar.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/download_bar.cc	Mon Aug  8 17:44:59 2005
@@ -57,7 +57,7 @@
     fragment *f=wrapbox(fragf(_("Please insert the disc labeled \"%s\" into the drive \"%s\""),
 			      media.c_str(), drive.c_str()));
 
-  vscreen_widget *w=vs_dialog_ok(f, arg(sigc::ptr_fun(vscreen_exitmain)),
+  vs_widget_ref w = vs_dialog_ok(f, arg(sigc::ptr_fun(vscreen_exitmain)),
 				 get_style("MediaChange"));
   w->show_all();
   popup_widget(w);



More information about the Aptitude-svn-commit mailing list