Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80865 Details for
Bug 96587
gksu-1.0.5 Polish translation (pl.po) is probably NOT in UTF-8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libgksu-1.3.7-localized-prompt.patch
libgksu-1.3.7-localized-prompt.patch (text/plain), 803 bytes, created by
Wiktor Wandachowicz
on 2006-02-27 15:14:20 UTC
(
hide
)
Description:
libgksu-1.3.7-localized-prompt.patch
Filename:
MIME Type:
Creator:
Wiktor Wandachowicz
Created:
2006-02-27 15:14:20 UTC
Size:
803 bytes
patch
obsolete
>diff -urpN libgksu1.2-1.3.7.orig/libgksu/gksu-context.c libgksu1.2-1.3.7/libgksu/gksu-context.c >--- libgksu1.2-1.3.7.orig/libgksu/gksu-context.c 2005-11-18 01:18:02.000000000 +0100 >+++ libgksu1.2-1.3.7/libgksu/gksu-context.c 2006-02-27 23:12:12.000000000 +0100 >@@ -870,7 +870,14 @@ gksu_context_run_full (GksuContext *cont > { > if (!context->password) > { >- if (ask_pass (context, buf, user_data, error)) >+ gchar* prompt = buf; >+ // Use the translated version of "Password: " string >+ // if possible (this string is already localized). >+ if (strcmp("Password: ", buf) == 0) >+ { >+ prompt = _("Password: "); >+ } >+ if (ask_pass (context, prompt, user_data, error)) > return -1; > > g_return_val_if_fail (context->password, -1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 96587
:
61601
|
61768
|
61769
|
61770
|
61771
|
80861
|
80862
|
80863
|
80864
| 80865 |
80866
|
80867