SF.net SVN: geany-plugins:[1969] trunk/geany-plugins/devhelp/src/ devhelpplugin.c
codebrainz at users.sourceforge.net
codebrainz at xxxxx
Wed Mar 9 06:41:13 UTC 2011
Revision: 1969
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1969&view=rev
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.
More information about the Plugins-Commits
mailing list