SF.net SVN: geany-plugins:[1788] trunk/geany-plugins/webhelper/src/ gwh-plugin.c
colombanw at users.sourceforge.net
colombanw at xxxxx
Mon Dec 27 21:07:26 UTC 2010
Revision: 1788
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1788&view=rev
Author: colombanw
Date: 2010-12-27 21:07:26 +0000 (Mon, 27 Dec 2010)
Log Message:
-----------
WebHelper: fix a warning (nothing important, just a missing cast)
Modified Paths:
--------------
trunk/geany-plugins/webhelper/src/gwh-plugin.c
Modified: trunk/geany-plugins/webhelper/src/gwh-plugin.c
===================================================================
--- trunk/geany-plugins/webhelper/src/gwh-plugin.c 2010-12-27 20:54:20 UTC (rev 1787)
+++ trunk/geany-plugins/webhelper/src/gwh-plugin.c 2010-12-27 21:07:26 UTC (rev 1788)
@@ -297,7 +297,8 @@
attach_browser ();
gtk_widget_show_all (G_browser);
- plugin_signal_connect (geany_plugin, G_settings, "notify::browser-position", FALSE,
+ plugin_signal_connect (geany_plugin, G_OBJECT (G_settings),
+ "notify::browser-position", FALSE,
G_CALLBACK (on_settings_browser_position_notify), NULL);
plugin_signal_connect (geany_plugin, NULL, "document-save", TRUE,
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