Revision: 1969 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1969&view=re... Author: codebrainz Date: 2011-03-09 06:41:13 +0000 (Wed, 09 Mar 2011)
Log Message: ----------- Add a TODO comment to remind fixing the back/forward buttons better.
Modified Paths: -------------- trunk/geany-plugins/devhelp/src/devhelpplugin.c
Modified: trunk/geany-plugins/devhelp/src/devhelpplugin.c =================================================================== --- trunk/geany-plugins/devhelp/src/devhelpplugin.c 2011-03-09 06:41:00 UTC (rev 1968) +++ trunk/geany-plugins/devhelp/src/devhelpplugin.c 2011-03-09 06:41:13 UTC (rev 1969) @@ -395,6 +395,8 @@ G_CALLBACK(on_zoom_out_button_clicked), dhplug); + /* TODO: find the right signal, this doesn't work on inter-document + * links since the page doesn't reload. */ g_signal_connect(WEBKIT_WEB_VIEW(dhplug->webview), "document-load-finished", G_CALLBACK(on_document_load_finished),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org