libgimp: fix some copy-paste bug.
Thanks to Alx for spotting this one!
This commit is contained in:
@ -384,7 +384,7 @@ gimp_vector_load_procedure_run (GimpProcedure *procedure,
|
||||
if (width != 0)
|
||||
height = width;
|
||||
else if (height != 0)
|
||||
width = width;
|
||||
width = height;
|
||||
else
|
||||
width = height = 500;
|
||||
}
|
||||
|
Reference in New Issue
Block a user