Package: bibcursed
Version: 2.0.0-3
Severity: minor

When you are adding an entry, selecting the 'address' filed first will
not show the star beside '1. Address' -- however setting the 'author'
field _will_ put the star there, regardless of whether of not 'address'
has been set.  I created a patch to change this to the correct behavior.

Diff follows:


--- bibcursed.c 2006-05-11 12:38:32.000000000 -0700
+++ bibcursed.c.orig    2006-05-11 12:30:07.000000000 -0700
@@ -279,7 +279,7 @@
           }
          else
             printw("%s","1. Address ");
-         if (set_address == 1) addch('*');
+         if (set_author == 1) addch('*');
          print_pos++;
        }
       if (use_annote != 0)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bibcursed depends on:
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  libncurses5                   5.5-2      Shared libraries for terminal hand

bibcursed recommends no packages.

-- no debconf information


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

Reply via email to