Author: dcbw
Date: Fri Feb  8 19:41:19 2008
New Revision: 3303
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3303&view=rev

Log:
Fix type passed to signal handler

Modified:
   trunk/src/nm-device-802-3-ethernet.c

Modified: trunk/src/nm-device-802-3-ethernet.c
==============================================================================
--- trunk/src/nm-device-802-3-ethernet.c        (original)
+++ trunk/src/nm-device-802-3-ethernet.c        Fri Feb  8 19:41:19 2008
@@ -229,7 +229,7 @@
        g_signal_connect (priv->sup_iface,
                          "state",
                          G_CALLBACK (supplicant_iface_state_cb),
-                         dev);
+                         NM_DEVICE_802_3_ETHERNET (dev));
 
        g_object_unref (sup_mgr);
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to