Re: gtk-themes with gtk-1.1.2



On Tue, 24 Nov 1998, Nghia Ho wrote:

> Damn.  For some reason I think the stable release of gnome only works 
> with gtk-1.1.2.  Is this true? 

Maybe, don't know, work out of CVS.

> The CVS is a nightmare and I don't want 
> to have to use it.  

seq.c:
/* a handy program for admins; cf. Ches.&Bell. */
int main(int argc, char *argv[])
{
	int i, start, end;
	argc==3||exit(-1);
	start=atoi(argv[1]); end=atoi(argv[2]);
	for(i=start;i<end;i++){printf("%u\n", i);}
	exit(0);
}

% seq 1 1000 | while read
> do
>	echo "Developer release!"
> done

--
Todd Graham Lewis      MindSpring Enterprises    tlewis@mindspring.net
 The Windows 2000 name was obviously created over a glass of root beer
  in the company cafeteria by a couple of executives looking for a way
   out of the Windows NT delays.                     -- John C. Dvorak



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