When I save GdkPixbuf contents into a file (which is supposed to be created, path determined via dialog window) using gdk_pixbuf_save(picturePixbuf, currentFileName, "bmp", &error, NULL);
I get a warning:
(app.exe:2012): Gtk-WARNING **: Unable to retrieve the file info for `file:///C:/file.png': Error stating file 'C:\file.png': No such file or directory
Why? The file is actually being created.