updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / libgksu-ubuntu / 18_g_markup_escape_text_for_command.patch~
blobb01a159df2aed2597104166a2d7f7201a77421c6
1 === modified file 'libgksu/libgksu.c'
2 --- libgksu/libgksu.c   2008-06-12 15:41:31 +0000
3 +++ libgksu/libgksu.c   2008-06-12 15:47:14 +0000
4 @@ -869,12 +869,12 @@
5                                      "The application '%s' lets you "
6                                      "modify essential parts of your "
7                                      "system."),
8 -                                  command);
9 +                                  g_markup_escape_text(command, -1));
10           else
11             msg = g_strdup_printf (_("<b><big>Enter your password to run "
12                                      "the application '%s' as user %s"
13                                      "</big></b>"),
14 -                                  command, context->user);
15 +                                  g_markup_escape_text(command, -1), context->user);
16         }
17        else
18         {