Don't call prefs_airpcap_update() for now. Remove some debugging code.

svn path=/trunk/; revision=47141
This commit is contained in:
Gerald Combs 2013-01-18 01:08:44 +00:00
parent 7f70a5e438
commit 36884ea203
2 changed files with 2 additions and 4 deletions

View File

@ -43,7 +43,6 @@
guint
pref_stash(pref_t *pref, gpointer unused _U_)
{
g_log(NULL,G_LOG_LEVEL_INFO, "=stashing %s", pref->name);
switch (pref->type) {
case PREF_UINT:
@ -70,10 +69,9 @@ pref_stash(pref_t *pref, gpointer unused _U_)
break;
case PREF_COLOR:
g_log(NULL,G_LOG_LEVEL_INFO, "=stashing %s", pref->name);
pref->stashed_val.color = *pref->varp.colorp;
break;
case PREF_STATIC_TEXT:
case PREF_UAT:
case PREF_CUSTOM:

View File

@ -629,7 +629,7 @@ void PreferencesDialog::on_buttonBox_accepted()
prefs_to_capture_opts();
#ifdef HAVE_AIRPCAP
prefs_airpcap_update();
// prefs_airpcap_update();
#endif
wsApp->emitAppSignal(WiresharkApplication::PreferencesChanged);