Bug in script-fu (patch)

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

 



Parameters passed to gtk_init is not initialized and lead
to crash.

Related to gimp versions: 1.1.11, 1.1.12;

        - ptr


diff -r gimp-1.1.12/plug-ins/script-fu/script-fu-scripts.c gimp-1.1.12.old/plug-ins/script-fu/script-fu-scripts.c
1078a1079,1080
>   gchar **argv;
>   gint argc;
1091c1093
<       gtk_init (0,0);
---
>       gtk_init (&argc, &argv);


[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux