kov changed libgksu/trunk/ChangeLog, libgksu/trunk/libgksu/libgksu.c

Gustavo Noronha kov at alioth.debian.org
Mon Dec 31 17:16:09 UTC 2007


Mensagem de log: 
format parameters were wrong for the case in which you ask gksu to run a given command as a given user

-----


Modified: libgksu/trunk/ChangeLog
===================================================================
--- libgksu/trunk/ChangeLog	2007-12-31 16:57:14 UTC (rev 808)
+++ libgksu/trunk/ChangeLog	2007-12-31 17:16:08 UTC (rev 809)
@@ -1,5 +1,11 @@
-2007-12-31  Gustavo Noronha Silva  <kov at debian.org>
+2007-12-31  Gustavo Noronha Silva  <kov at cenoura>
 
+	* libgksu/libgksu.c:
+	- format parameters were wrong for the case in which you
+	  ask gksu to run a given command as a given user (other than
+	  root); thanks to Uwe Kleine-König <ukleinek at informatik.uni-freiburg.de>
+	  for pointing out; Debian bug #449180
+
 	* libgksuui/gksuui-dialog.c:
 	- accepted patch from Ubuntu by Michael Vogt that fixes
 	  the capslock notification so that it doesn't change the

Modified: libgksu/trunk/libgksu/libgksu.c
===================================================================
--- libgksu/trunk/libgksu/libgksu.c	2007-12-31 16:57:14 UTC (rev 808)
+++ libgksu/trunk/libgksu/libgksu.c	2007-12-31 17:16:08 UTC (rev 809)
@@ -889,7 +889,7 @@
           msg = g_strdup_printf (_("<b><big>Enter the password of %s to run "
                                    "the application '%s'"
                                    "</big></b>"),
-				   command, context->user);
+				   context->user, command);
       }
 
       gksuui_dialog_set_message (GKSUUI_DIALOG(dialog), msg);




More information about the gksu-commits mailing list