Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=8697f72bd31496a4eda4750495d2cef2e0bfd47d

commit 8697f72bd31496a4eda4750495d2cef2e0bfd47d
Author: Priyank <[EMAIL PROTECTED]>
Date:   Fri Sep 21 23:07:28 2007 +0530

gfpm-interface: bugfix while loading local repos when gfpm is run in a locale 
other than English
* Thanks IroNiQ for noticing

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index e833d5f..884b8fb 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -1121,7 +1121,7 @@ cb_gfpm_repos_combo_changed (GtkComboBox *combo, gpointer 
data)
gchar *text = NULL;

text = gtk_combo_box_get_active_text (combo);
-       if (!strcmp(text, "Installed Packages"))
+       if (!strcmp(text, _("Installed Packages")))
{
g_free (text);
text = g_strdup ("local");
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to