Hi,

fixed in SVN with the below change.

Thanks,
Marcus

2005-11-08  Marcus Brinkmann  <[EMAIL PROTECTED]>

        * gpgmeedit.c (edit_sign_fnc_transit): Handle early
        "sign_uid.okay".

Index: gpgmeedit.c
===================================================================
--- gpgmeedit.c (Revision 715)
+++ gpgmeedit.c (Arbeitskopie)
@@ -470,6 +470,11 @@
         {
           next_state = SIGN_UIDS;
         }
+      else if (status == GPGME_STATUS_GET_BOOL &&
+          g_str_equal (args, "sign_uid.okay"))
+        {
+          next_state = SIGN_CONFIRM;
+        }
       else if (status == GPGME_STATUS_GET_LINE &&
                g_str_equal (args, "sign_uid.expire"))
         {



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to