aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-02-04 15:03:30 +0000
committerBill Meier <wmeier@newsguy.com>2010-02-04 15:03:30 +0000
commita9a997f73bc5b0bfb353d5d6db03976856fcdb44 (patch)
tree9e724b9d4908087b1a1665a8d1f485b7a77c7a87 /gtk/main_proto_draw.c
parent16b04d41e0c61d146ad63e60c0cf4b2c14030f97 (diff)
Fix a typo....
svn path=/trunk/; revision=31787
Diffstat (limited to 'gtk/main_proto_draw.c')
-rw-r--r--gtk/main_proto_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main_proto_draw.c b/gtk/main_proto_draw.c
index b6a8c33226..425ba51ab6 100644
--- a/gtk/main_proto_draw.c
+++ b/gtk/main_proto_draw.c
@@ -1139,7 +1139,7 @@ packet_hex_print_common(GtkWidget *bv, const guint8 *pd, int len, int bstart,
gtk_text_view_set_buffer( bv_text_view, NULL); /* XXX: Apparently not a good idea; If a progress_bar
* is displayed below in delayed_create_progress_dlg()
* there will then be a crash internally in the gtk library.
- * (It appears that gtk_tree_view_set_buffer
+ * (It appears that gtk_text_view_set_buffer
* queues a callback to be run when this
* thread is next idle. Unfortunately the call to
* gtk_main_iteration() in delayed_create_progress_dlg()