SF.net SVN: geany-plugins:[1975] trunk/geany-plugins/webhelper/src/ gwh-browser.c

colombanw at users.sourceforge.net colombanw at xxxxx
Fri Mar 11 02:22:14 UTC 2011


Revision: 1975
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1975&view=rev
Author:   colombanw
Date:     2011-03-11 02:22:13 +0000 (Fri, 11 Mar 2011)

Log Message:
-----------
WebHelper: remove duplicated signal handler (oops)

Modified Paths:
--------------
    trunk/geany-plugins/webhelper/src/gwh-browser.c

Modified: trunk/geany-plugins/webhelper/src/gwh-browser.c
===================================================================
--- trunk/geany-plugins/webhelper/src/gwh-browser.c	2011-03-10 17:40:57 UTC (rev 1974)
+++ trunk/geany-plugins/webhelper/src/gwh-browser.c	2011-03-11 02:22:13 UTC (rev 1975)
@@ -891,8 +891,6 @@
   g_signal_connect (self->priv->inspector, "attach-window",
                     G_CALLBACK (on_inspector_attach_window), self);
   
-  g_signal_connect (G_OBJECT (self->priv->web_view), "notify::load-status",
-                    G_CALLBACK (on_web_view_load_status_notify), self);
   g_signal_connect (G_OBJECT (self->priv->web_view), "notify::progress",
                     G_CALLBACK (on_web_view_progress_notify), self);
   g_signal_connect (G_OBJECT (self->priv->web_view), "notify::uri",


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