One of fixes in SVN #24173 incomplete; Undo it for now

svn path=/trunk/; revision=24174
This commit is contained in:
Bill Meier 2008-01-24 05:39:48 +00:00
parent b01c07bcdd
commit dc0b8a0727
1 changed files with 2 additions and 1 deletions

View File

@ -4616,7 +4616,8 @@ create_main_window (gint pl_size, gint tv_size, gint bv_size, e_prefs *prefs)
channel_list = g_list_append(channel_list, ieee80211_mhz_to_str(airpcap_if_active->pSupportedChannels[i].Frequency));
}
gtk_combo_set_popdown_strings( GTK_COMBO(channel_cm), channel_list);
g_list_free(channel_list);
/* XXX: Need to free the items in the list before freeing the list */
/* g_list_free(channel_list); */
}
gtk_tooltips_set_tip(airpcap_tooltips, GTK_WIDGET(GTK_COMBO(channel_cm)->entry),