synaptic-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Synaptic-devel] 0.52pre2 available


From: Sviataslau Svirydau
Subject: Re: [Synaptic-devel] 0.52pre2 available
Date: Wed, 30 Jun 2004 21:00:20 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040621

Hi,

attached is "update" for patch. This should also perform sections translation it properties window.

Michael Vogt wrote:

Hi,


I decieded to put 0.52pre2 online quickly because sebastian changed a
dialog and Sviataslau send me a patch to allow translated sections on
rpm systems.
So I put a new tarball at:
http://people.debian.org/~mvo/synaptic/synaptic-0.52pre2.tar.gz

and a deb at:
http://people.debian.org/~mvo/synaptic/synaptic_0.52-0.2_i386.deb


--
Regards,
Sviataslau Svirydau <Sviataslau_Svirydau at epam.com>
phone:  +375 17 210 1662, ext. 1302
mobile: +375 29 641 4214
--
"If it ain't broke, don't fix it."
- Bert Lantz

--- synaptic-0.51/gtk/rgpkgdetails.cc~  2004-06-30 20:56:32 +0300
+++ synaptic-0.51/gtk/rgpkgdetails.cc   2004-06-30 20:56:39 +0300
@@ -107,11 +107,7 @@
    setPixmap("image_state", RGPackageStatus::pkgStatus.getPixbuf(pkg));
    setLabel("label_state", 
RGPackageStatus::pkgStatus.getLongStatusString(pkg));
    setLabel("label_priority", pkg->priority());
-#ifdef HAVE_RPM
-   setLabel("label_section", pkg->section());
-#else
    setLabel("label_section", trans_section(pkg->section()).c_str());
-#endif
    setLabel("label_installed_version", pkg->installedVersion());
    setLabel("label_installed_size", pkg->installedSize());
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]