Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37673564
en ru br
ALT Linux repos
S:0.58-alt29
5.0: 0.57.2-alt2.5.M50.1
4.1: 0.57.2-alt2.5.M41.1
4.0: 0.57.2-alt2.5.M40.1
3.0: 0.56-alt0.3

Group :: System/Configuration/Packaging
RPM: synaptic

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: synaptic-0.58-rgiconlegend-supported.patch
Download


--- synaptic.orig/gtk/rgiconlegend.cc
+++ synaptic/gtk/rgiconlegend.cc
@@ -72,8 +72,8 @@ RGIconLegendPanel::RGIconLegendPanel(RGWindow *parent)
 
    pix = gtk_image_new_from_pixbuf(pixbuf);
    gtk_box_pack_start(GTK_BOX(hbox), pix, FALSE, FALSE, 0);
-   label = gtk_label_new(_config->Find("Synaptic::supported-text",
-				       _("Package is supported")).c_str());
+   label = gtk_label_new(_(_config->Find("Synaptic::supported-text",
+				       "Package is supported").c_str()));
    gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
    gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin