kov changed libgksu/trunk/ChangeLog,
libgksu/trunk/libgksu/gksu-context.c
Gustavo Noronha
kov at costa.debian.org
Fri Nov 18 00:19:37 UTC 2005
Mensagem de log:
- change debug message for the case in which we can't find
a password prompt
-----
Modified: libgksu/trunk/ChangeLog
===================================================================
--- libgksu/trunk/ChangeLog 2005-11-17 23:59:33 UTC (rev 473)
+++ libgksu/trunk/ChangeLog 2005-11-18 00:19:36 UTC (rev 474)
@@ -1,6 +1,10 @@
2005-11-17 Gustavo Noronha Silva <kov at debian.org>
* libgksu/gksu-context.c:
+ - change debug message for the case in which we can't find
+ a password prompt
+
+ * libgksu/gksu-context.c:
- do not free the user component of the context struct
twice
Modified: libgksu/trunk/libgksu/gksu-context.c
===================================================================
--- libgksu/trunk/libgksu/gksu-context.c 2005-11-17 23:59:33 UTC (rev 473)
+++ libgksu/trunk/libgksu/gksu-context.c 2005-11-18 00:19:36 UTC (rev 474)
@@ -1468,7 +1468,7 @@
else
{
if (context->debug)
- fprintf (stderr, "Oops... what's up?\n");
+ fprintf (stderr, "No password prompt found; we'll assume we don't need a password.\n");
if (pass_not_needed)
pass_not_needed (context, pnn_user_data);
More information about the gksu-commits
mailing list