Probably a FRF: Dialogs should remember

2000-02-15 Thread Aaron Optimizer Digulla
lly a pain to have to enter all values over and over again. It seems that Gimp already has support to store these values so they could survive the dialog but it's not used anywhere. A "Reset" button should help to reset the dialog to the defaults. -- Dipl. Inf. (FH) Aaron "Opt

Re: Patch for print plugin

2000-02-15 Thread Aaron Optimizer Digulla
s", name) == 1) > { > strcpy(plist[plist_count].name, name); > sprintf(plist[plist_count].v.output_to, LP_COMMAND " -s -d%s", name); >--- 3153,3159 >while (fgets(line, sizeof(line), pfile) != NULL && > plist_count < MAX_

Patch for print plugin

2000-02-15 Thread Aaron Optimizer Digulla
plist_count < MAX_PLIST) { ! if (sscanf(line, "system for %[^:]s:", name) == 1) { strcpy(plist[plist_count].name, name); sprintf(plist[plist_count].v.output_to, LP_COMMAND " -s -d%s", name); -- Dipl. Inf. (FH) Aaron "Optimizer"