mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix bug#1122.
Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
This commit is contained in:
parent
deba82bd76
commit
35ab964c86
33 changed files with 1767 additions and 1619 deletions
|
@ -3073,7 +3073,7 @@ menu_adduid( KBNODE pub_keyblock, KBNODE sec_keyblock,
|
|||
|
||||
uid = generate_photo_id(pk,photo_name);
|
||||
} else
|
||||
uid = generate_user_id();
|
||||
uid = generate_user_id (pub_keyblock);
|
||||
if( !uid )
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue