Home | History | Annotate | Download | only in fio

Lines Matching defs:ctext

502 	gchar *ctext;
509 ctext = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(cw->combo));
510 if (!ctext || !strncmp(ctext, "IPv4", 4) || !strncmp(ctext, "IPv6", 4))
512 g_free(ctext);