aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/expert_comp_dlg.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 17:43:07 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 17:43:07 +0000
commit6262bb3f4db9791124a3b1516408c9f126981b9e (patch)
treee176b7a1ffb85010a58f51a2a793c8f1f7dbd52e /ui/gtk/expert_comp_dlg.c
parent259768dc1ae8894c1ae758c762389e3926be4bfb (diff)
There's no need to include prefs.h twice.
svn path=/trunk/; revision=52543
Diffstat (limited to 'ui/gtk/expert_comp_dlg.c')
-rw-r--r--ui/gtk/expert_comp_dlg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gtk/expert_comp_dlg.c b/ui/gtk/expert_comp_dlg.c
index b7772f4353..f6fdbf5bbe 100644
--- a/ui/gtk/expert_comp_dlg.c
+++ b/ui/gtk/expert_comp_dlg.c
@@ -32,7 +32,6 @@
#include <epan/prefs.h>
#include <epan/tap.h>
#include <epan/stat_cmd_args.h>
-#include <epan/prefs.h>
#include "../stat_menu.h"
@@ -664,7 +663,7 @@ expert_dlg_draw(void *data)
}
list_store = GTK_LIST_STORE(gtk_tree_view_get_model(etd->tree_view)); /* Get store */
- comments_list_store = GTK_LIST_STORE(gtk_tree_view_get_model(etd->tree_view_comments));
+ comments_list_store = GTK_LIST_STORE(gtk_tree_view_get_model(etd->tree_view_comments));
/* append new events (remove from new list, append to displayed list and clist) */
while(etd->first < etd->last){