aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-07 16:07:09 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-07 16:07:09 +0000
commit750ea20a6c68ec11696f27e3f4179a3ff3301519 (patch)
treebff85fbe4e730d50c827782713c959913d25ca8e /gtk/recent.c
parentfdd8f152336f199564a770614240f4c2c40d90e1 (diff)
Remove the #ifdefs and code related to the switch to gtk_combo_box().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33465 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/recent.c')
-rw-r--r--gtk/recent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/recent.c b/gtk/recent.c
index 50c4b42dbf..7806166327 100644
--- a/gtk/recent.c
+++ b/gtk/recent.c
@@ -947,8 +947,10 @@ recent_read_dynamic(char **rf_path_return, int *rf_errno_return)
if ((rf = ws_fopen(rf_path, "r")) != NULL) {
/* We succeeded in opening it; read it. */
read_prefs_file(rf_path, rf, read_set_recent_pair_dynamic, NULL);
+#if 0
/* set dfilter combobox to have an empty line */
dfilter_combo_add_empty();
+#endif
fclose(rf);
g_free(rf_path);
rf_path = NULL;