gnats-prs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnats/62


From: Peter Novodvorsky
Subject: Re: gnats/62
Date: 2 Jun 2001 22:24:01 -0000

The following reply was made to PR gnats/62; it has been noted by GNATS.

From: Peter Novodvorsky <address@hidden>
To: address@hidden
Cc:  
Subject: Re: gnats/62
Date: 03 Jun 2001 01:58:44 +0400

 --=-=-=
 
 
 I'm including patch that fixes the problem.
 
 --=-=-=
 Content-Type: text/x-patch
 Content-Disposition: attachment;
   filename=gnats-3.999-list-classes.patch
 
 --- gnats/lists.c~     Sun Apr 15 22:11:51 2001
 +++ gnats/lists.c      Fri May 11 22:44:22 2001
 @@ -38,6 +38,7 @@
    { "FieldNames",         ListFieldNames,         ".fns", NULL },
    { "InitialInputFields", ListInitialInputFields, ".lfn", NULL },
    { "Databases",          ListDatabases,          ".dbl", NULL },
 +  { "Classes",            ListClasses,            ".cla", "class" },
    { NULL,               InvalidListType,        NULL,   NULL }
  };
  
 @@ -152,6 +153,7 @@
      case ListStates:
      case ListCategories:
      case ListSubmitters:
 +    case ListClasses:
      case ListResponsible:
        {
        FieldIndex field = findBuiltinField (database, 
 --- gnats/query.h~     Sat May 20 07:50:20 2000
 +++ gnats/query.h      Fri May 11 22:44:59 2001
 @@ -28,7 +28,7 @@
  typedef enum e_lists {
    InvalidListType = -1,
    ListCategories = 0, ListSubmitters, ListResponsible, ListStates,
 -  ListFieldNames,  ListInitialInputFields, ListDatabases
 +  ListFieldNames,  ListInitialInputFields, ListDatabases, ListClasses
  } ListTypes;
  
  /* The four operations to perform. */
 
 --=-=-=
 
 
 
 -- 
 Peter Novodvorsky     http://www.altlinux.ru/    AltLinux Team, Russia
 Debian.Org                                       http://debian.org/~nidd
             Debian  ---  no need to  wait for tomorrow.
 
 --=-=-=--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]