Incorrect function name at http://developer.gnome.org/gnome-devel-demos/stable/image-viewer.c.html
Gaurav Juvekar <[email protected]> Tue, 25 Dec 2012 21:09:02 +0530
| Newsgroups | gmane.comp.gnome.web |
|---|---|
| Message-ID | <CACHjD07zpcuGPc9wECQ1U=wSvoUbueyQ=9fvQE8dDOm2R=iA-w@mail.gmail.com> |
Hi, At http://developer.gnome.org/gnome-devel-demos/stable/image-viewer.c.html in the "Creating the user interface" section in the box of code, g_signal_connect (button, "clicked", G_CALLBACK (on_open_image), image); is used while the explanation below it (point 3) refers to the function "on_open_image" as "on_image_open". Please make it consistent. Thank you Gaurav Juvekar