diff -r be8cd7616e08 -r d2eb8075734d pidgin/gtknotify.c --- a/pidgin/gtknotify.c Thu Sep 06 21:36:20 2018 -0500 +++ b/pidgin/gtknotify.c Thu Sep 06 22:15:06 2018 -0500 @@ -920,7 +920,7 @@ gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); gtk_widget_show(label); - /* Add the webview */ + /* Add the view */ sw = gtk_scrolled_window_new(NULL, NULL); gtk_box_pack_start(GTK_BOX(vbox), sw, TRUE, TRUE, 0);