2004-12-01 Colin Walters <walters@redhat.com>
* panel-applet/NMWirelessAppletDbus.c (nmwa_dbus_update_active_device_strength): Fix missing return value. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@327 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:

committed by
Colin Walters

parent
c119580ef2
commit
1ab149b0c9
@@ -1,3 +1,9 @@
|
|||||||
|
2004-12-01 Colin Walters <walters@redhat.com>
|
||||||
|
|
||||||
|
* panel-applet/NMWirelessAppletDbus.c
|
||||||
|
(nmwa_dbus_update_active_device_strength): Fix missing
|
||||||
|
return value.
|
||||||
|
|
||||||
2004-12-01 Colin Walters <walters@redhat.com>
|
2004-12-01 Colin Walters <walters@redhat.com>
|
||||||
|
|
||||||
* panel-applet/NMWirelessApplet.c: Add missing include.
|
* panel-applet/NMWirelessApplet.c: Add missing include.
|
||||||
|
@@ -843,7 +843,7 @@ static gboolean nmwa_dbus_update_active_device_strength (gpointer user_data)
|
|||||||
{
|
{
|
||||||
NMWirelessApplet *applet;
|
NMWirelessApplet *applet;
|
||||||
|
|
||||||
g_return_if_fail (user_data != NULL);
|
g_return_val_if_fail (user_data != NULL, FALSE);
|
||||||
|
|
||||||
applet = (NMWirelessApplet *)user_data;
|
applet = (NMWirelessApplet *)user_data;
|
||||||
if (applet->dbus_active_device && (applet->active_device->type == DEVICE_TYPE_WIRELESS_ETHERNET))
|
if (applet->dbus_active_device && (applet->active_device->type == DEVICE_TYPE_WIRELESS_ETHERNET))
|
||||||
|
Reference in New Issue
Block a user