| 440 | } |
| 441 | |
| 442 | void netResponse (GtkWidget * w, gint response_id, gpointer p) |
| 443 | { |
| 444 | if (response_id == GTK_RESPONSE_OK) |
| 445 | launchNet (w, p); |
| 446 | else |
| 447 | gtk_widget_destroy (w); |
| 448 | } |
| 449 | |
| 450 | void openNetworkConfig (void) |
| 451 | { |
nothing calls this directly
no test coverage detected