Remove redundant gtk_widget_show_all call

This commit is contained in:
Geert Janssens
2017-03-01 12:29:40 +01:00
parent 0078de0be3
commit 8e09bae7c7
@@ -379,7 +379,6 @@ gnc_plugin_page_report_load_uri (GncPluginPage *page)
// this resets the window for the progressbar to NULL
gnc_window_set_progressbar_window( NULL );
gtk_widget_show_all( GTK_WIDGET(priv->container) );
return FALSE;
}