Revision: 3499 http://geany.svn.sourceforge.net/geany/?rev=3499&view=rev Author: eht16 Date: 2009-01-21 23:19:25 +0000 (Wed, 21 Jan 2009)
Log Message: ----------- Improve the API docs for dialogs_show_input() a little bit.
Modified Paths: -------------- trunk/src/dialogs.c
Modified: trunk/src/dialogs.c =================================================================== --- trunk/src/dialogs.c 2009-01-21 23:07:19 UTC (rev 3498) +++ trunk/src/dialogs.c 2009-01-21 23:19:25 UTC (rev 3499) @@ -926,6 +926,7 @@
/** * Show an input box to enter a numerical value using a GtkSpinButton. + * If the dialog is aborted, @c value remains untouched. * * @param title The dialog title. * @param label_text The shown dialog label.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.