Re: Help packaging the latest pidgin.
"Isak Savo" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
2008/2/1, Neil Munro <[email protected]>: > Ok here's the latest attempt. I looked at the patch file which shows this: > > - piece = gdk_pixbuf_new_from_file_at_scale (IMAGEDIR > "/lb-middle.png", > + filename = g_build_filename (imagedir, "lb-middle.png", NULL); > + > + piece = gdk_pixbuf_new_from_file_at_scale (filename, > width, height, > FALSE, > NULL); > > I assume this is to make it easier to free the memory at the end of the > function and g_free is run on filename? Yes. This is corrent. --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]