From 88a4c49bf775380906c1160fcbed53fb350137a2 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Wed, 19 Jun 2013 23:37:38 +0000 Subject: update the button in the status bar when a packet comment is added (this is a quick fix, the case when the last comment is removed is still not handled correctly) svn path=/trunk/; revision=50069 --- ui/gtk/edit_packet_comment_dlg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/gtk') diff --git a/ui/gtk/edit_packet_comment_dlg.c b/ui/gtk/edit_packet_comment_dlg.c index 59ac52f83a..71652e7096 100644 --- a/ui/gtk/edit_packet_comment_dlg.c +++ b/ui/gtk/edit_packet_comment_dlg.c @@ -65,6 +65,7 @@ pkt_comment_text_buff_ok_cb(GtkWidget *w _U_, GtkWidget *view) packet_list_update_packet_comment(new_packet_comment); expert_comp_packet_comment_updated(); + status_expert_update(); window_destroy(edit_or_add_pkt_comment_dlg); -- cgit v1.2.3