summaryrefslogtreecommitdiff
path: root/gtk/recent.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-07-07 16:07:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-07-07 16:07:09 +0000
commit3d431c8258d8ea025d7c994aabc21bc70d12b689 (patch)
treebff85fbe4e730d50c827782713c959913d25ca8e /gtk/recent.c
parentc24f16ad443f1978abd8829ec102c65fddc1969e (diff)
downloadwireshark-3d431c8258d8ea025d7c994aabc21bc70d12b689.tar.gz
Remove the #ifdefs and code related to the switch to gtk_combo_box().
svn path=/trunk/; revision=33465
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;