aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/edit_packet_comment_dlg.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-06-19 23:37:38 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-06-19 23:37:38 +0000
commit88a4c49bf775380906c1160fcbed53fb350137a2 (patch)
treef0ffe8000227254e39ed93f68855ccdc7c786bce /ui/gtk/edit_packet_comment_dlg.c
parent3a614b161f4bb9814e5ddb48b4fbe93a76965e7a (diff)
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
Diffstat (limited to 'ui/gtk/edit_packet_comment_dlg.c')
-rw-r--r--ui/gtk/edit_packet_comment_dlg.c1
1 files changed, 1 insertions, 0 deletions
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);