kov changed gksu/trunk/ChangeLog, gksu/trunk/gksu/gksuexec.c

Gustavo Noronha kov at costa.debian.org
Wed Oct 19 17:05:49 UTC 2005


Mensagem de log: 
	* gksu/gksuexec.c:
	- applied patch from dennis at kaarsemaker.net, grabbed from
	  Ubuntu's bugzilla to use GKSU_CMD be used on the error
	  reporting instead of using PREFIX, etc.



-----


Modified: gksu/trunk/ChangeLog
===================================================================
--- gksu/trunk/ChangeLog	2005-10-16 13:59:43 UTC (rev 460)
+++ gksu/trunk/ChangeLog	2005-10-19 17:05:48 UTC (rev 461)
@@ -1,3 +1,10 @@
+2005-10-19  Gustavo Noronha Silva  <kov at debian.org>
+
+	* gksu/gksuexec.c:
+	- applied patch from dennis at kaarsemaker.net, grabbed from
+	  Ubuntu's bugzilla to use GKSU_CMD be used on the error
+	  reporting instead of using PREFIX, etc.
+
 2005-09-29  Gustavo Noronha Silva  <kov at debian.org>
 
 	* Release 1.3.5

Modified: gksu/trunk/gksu/gksuexec.c
===================================================================
--- gksu/trunk/gksu/gksuexec.c	2005-10-16 13:59:43 UTC (rev 460)
+++ gksu/trunk/gksu/gksuexec.c	2005-10-19 17:05:48 UTC (rev 461)
@@ -65,8 +65,8 @@
   if (execv (cmd[0], cmd) == -1)
     {
       gk_dialog (GTK_MESSAGE_ERROR, 
-		 _("Unable to run %s/bin/gksu: %s"),
-		 PREFIX, strerror(errno));
+		 _("Unable to run %s: %s"),
+		 cmd[0], strerror(errno));
     }
 
   for (i = 0 ; cmd[i] != NULL ; i++)




More information about the gksu-commits mailing list