Include tooltip for Filter combo
[geeqie.git] / src / bar-comment.cc
index 9572643..b94dcfb 100644 (file)
@@ -294,7 +294,7 @@ static GtkWidget *bar_pane_comment_new(const gchar *id, const gchar *title, cons
 
        pcd->comment_view = gtk_text_view_new();
        gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(pcd->comment_view), GTK_WRAP_WORD);
-       gtk_container_add(GTK_CONTAINER(scrolled), pcd->comment_view);
+       gq_gtk_container_add(GTK_WIDGET(scrolled), pcd->comment_view);
        g_signal_connect(G_OBJECT(pcd->comment_view), "populate-popup",
                         G_CALLBACK(bar_pane_comment_populate_popup), pcd);
        gtk_widget_show(pcd->comment_view);