Revision 1921 branches/nntpgrab-0.7/plugins/networkmanager/networkmanager.c
| networkmanager.c (revision 1921) | ||
|---|---|---|
| 84 | 84 |
{
|
| 85 | 85 |
NGPlugin *plugin_data = (NGPlugin*) data; |
| 86 | 86 |
|
| 87 |
switch (nm_client_get_state(NM_CLIENT(plugin_data->priv))) {
|
|
| 87 |
switch (nm_client_get_state(NM_CLIENT(((struct _nm_plugin_data*)plugin_data->priv)->client))) {
|
|
| 88 | 88 |
case NM_STATE_CONNECTED: |
| 89 | 89 |
case NM_STATE_UNKNOWN: |
| 90 | 90 |
if (((struct _nm_plugin_data*)plugin_data->priv)->schedular_stopped_by_this_plugin && |
Also available in: Unified diff
NNTPGrab

