--- synaptic-0.30/gtk/rgmainwindow.cc~ 2002-12-27 14:28:46 +0200 +++ synaptic-0.30/gtk/rgmainwindow.cc 2003-01-07 01:39:12 +0200 @@ -672,11 +672,11 @@ RGFetchProgress *fprogress = new RGFetchProgress(me); fprogress->setTitle(_("Retrieving Package Files")); -#ifdef HAVE_RPM - RGInstallProgress *iprogress = new RGInstallProgress(me); -#else - #ifdef HAVE_ZVT +#ifdef HAVE_ZVT RGZvtInstallProgress *iprogress = new RGZvtInstallProgress(me); +#else + #ifdef HAVE_RPM + RGInstallProgress *iprogress = new RGInstallProgress(me); #else RGDummyInstallProgress *iprogress = new RGDummyInstallProgress(); #endif