diff -r 02bb71f502fc -r 4423f463a782 pidgin/gtkwebview.h --- a/pidgin/gtkwebview.h Tue Apr 01 04:15:45 2014 +0200 +++ b/pidgin/gtkwebview.h Tue Apr 01 15:20:43 2014 +0200 @@ -735,6 +735,10 @@ */ void pidgin_webview_activate_toolbar(PidginWebView *webview, PidginWebViewAction action); +void +pidgin_webview_switch_active_conversation(PidginWebView *webview, + PurpleConversation *conv); + /* Do not use. */ void pidgin_webview_set_toolbar(PidginWebView *webview, GtkWidget *toolbar);