Revision: 354 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=354&view=rev Author: frlan Date: 2008-12-22 22:13:44 +0000 (Mon, 22 Dec 2008)
Log Message: ----------- GeanyLipsum: Updated some comments
Modified Paths: -------------- trunk/geanylipsum/src/geanylipsum.c
Modified: trunk/geanylipsum/src/geanylipsum.c =================================================================== --- trunk/geanylipsum/src/geanylipsum.c 2008-12-22 22:09:04 UTC (rev 353) +++ trunk/geanylipsum/src/geanylipsum.c 2008-12-22 22:13:44 UTC (rev 354) @@ -155,8 +155,7 @@
if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) { - // Checking, what the user likes to have - // Filetyp + /* Checking for filetype that should be used */ if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(radio1))) { type = HTML_LIPSUM; @@ -170,8 +169,6 @@ type = PLAIN_LIPSUM; }
- // Number of titles/paragraphes etc. - // t.b.d. gtk_widget_destroy(dialog);
insert_string(LOREMIPSUM);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.