summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-23 19:04:36 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-23 19:04:36 +0000
commit21e66f0c6f38d20dc4ac3968324fff0959113b14 (patch)
treee801135c51e407d67516e1969c1ef788af48292e /ui/gtk/packet_list.c
parentd59e9cf574976b1e9849f5c35be1fd2abdf8ed6d (diff)
downloadwireshark-21e66f0c6f38d20dc4ac3968324fff0959113b14.tar.gz
Add column preferences.
svn path=/trunk/; revision=47231
Diffstat (limited to 'ui/gtk/packet_list.c')
-rw-r--r--ui/gtk/packet_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/packet_list.c b/ui/gtk/packet_list.c
index 45bd85af89..477c2b55ac 100644
--- a/ui/gtk/packet_list.c
+++ b/ui/gtk/packet_list.c
@@ -597,7 +597,7 @@ packet_list_set_all_columns_visible (void)
static void
packet_list_remove_column (gint col_id, GtkTreeViewColumn *col _U_)
{
- column_prefs_remove(col_id);
+ column_prefs_remove_nth(col_id);
if (!prefs.gui_use_pref_save) {
prefs_main_write();