diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-09-04 02:35:25 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-09-04 02:35:25 +0000 |
commit | 12a0aa484957651b221bf0ec83fa2963a48941c5 (patch) | |
tree | e7940e11e2934d966ab19187871583f9091b9f80 /recent.c | |
parent | 380fe63a6d9a02a53a12baa4a25e4a31934f8178 (diff) | |
download | wireshark-12a0aa484957651b221bf0ec83fa2963a48941c5.tar.gz wireshark-12a0aa484957651b221bf0ec83fa2963a48941c5.tar.bz2 wireshark-12a0aa484957651b221bf0ec83fa2963a48941c5.zip |
- 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |