aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/edit_packet_comment_dlg.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 /ui/gtk/edit_packet_comment_dlg.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 'ui/gtk/edit_packet_comment_dlg.c')
-rw-r--r--ui/gtk/edit_packet_comment_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/edit_packet_comment_dlg.c b/ui/gtk/edit_packet_comment_dlg.c
index 2000c37b40..020696f8bd 100644
--- a/ui/gtk/edit_packet_comment_dlg.c
+++ b/ui/gtk/edit_packet_comment_dlg.c
@@ -66,7 +66,7 @@ pkt_comment_text_buff_ok_cb(GtkWidget *w _U_, GtkWidget *view)
/*g_warning("The new comment is '%s'",new_packet_comment);*/
- new_packet_list_update_packet_comment(new_packet_comment);
+ packet_list_update_packet_comment(new_packet_comment);
window_destroy(edit_or_add_pkt_comment_dlg);
@@ -132,7 +132,7 @@ edit_packet_comment_dlg (GtkAction *action _U_, gpointer data _U_)
gtk_box_pack_start(GTK_BOX (vbox), scroll, TRUE, TRUE, 0);
/* Get the comment */
- opt_comment = new_packet_list_get_packet_comment();
+ opt_comment = packet_list_get_packet_comment();
/*g_warning("Fetched comment '%s'",opt_comment);*/
if(opt_comment){