Revision: 4251 http://geany.svn.sourceforge.net/geany/?rev=4251&view=rev Author: eht16 Date: 2009-09-27 20:31:16 +0000 (Sun, 27 Sep 2009)
Log Message: ----------- Fix setting the appropriate page of the combined plugins preferences dialog.
Modified Paths: -------------- trunk/ChangeLog trunk/src/pluginutils.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-09-27 16:54:03 UTC (rev 4250) +++ trunk/ChangeLog 2009-09-27 20:31:16 UTC (rev 4251) @@ -7,6 +7,9 @@ Add new images referenced in the documentation. * doc/geany.html, doc/geany.txt: Several documentation improvements (patch by Lex Trotman, thanks). + * src/pluginutils.c: + Fix setting the appropriate page of the combined plugins + preferences dialog.
2009-09-27 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/src/pluginutils.c =================================================================== --- trunk/src/pluginutils.c 2009-09-27 16:54:03 UTC (rev 4250) +++ trunk/src/pluginutils.c 2009-09-27 20:31:16 UTC (rev 4251) @@ -230,9 +230,9 @@ } if (cur_page >= 0) { + gtk_widget_show_all(vbox); gtk_notebook_set_current_page(GTK_NOTEBOOK(nb), cur_page);
- gtk_widget_show_all(vbox); /* run the dialog */ while (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_APPLY); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.