aboutsummaryrefslogtreecommitdiffstats
path: root/recent.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-09-04 02:35:25 +0000
committerJörg Mayer <jmayer@loplof.de>2012-09-04 02:35:25 +0000
commit12a0aa484957651b221bf0ec83fa2963a48941c5 (patch)
treee7940e11e2934d966ab19187871583f9091b9f80 /recent.c
parent380fe63a6d9a02a53a12baa4a25e4a31934f8178 (diff)
- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_rows_list
- Replace new_packet_list_ -> packet_list_ svn path=/trunk/; revision=44765
Diffstat (limited to 'recent.c')
-rw-r--r--recent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recent.c b/recent.c
index c0fdc2fc8b..5981321f1a 100644
--- a/recent.c
+++ b/recent.c
@@ -382,7 +382,7 @@ write_profile_recent(void)
fprintf(rf, "\n# Packet list column pixel widths.\n");
fprintf(rf, "# Each pair of strings consists of a column format and its pixel width.\n");
- new_packet_list_recent_write_all(rf);
+ packet_list_recent_write_all(rf);
if (get_last_open_dir() != NULL) {
fprintf(rf, "\n# Last directory navigated to in File Open dialog.\n");