summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-11-17 19:18:46 -0500
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-11-17 19:33:50 -0500
commit5890035ce41765d1ad41754e30174b56dbf692a6 (patch)
treebe6517f1a70f524dea9f7b6724c6d143ab17a66c /plugins/gtk+/glade-gtk.c
parente90717a501d3e99509c0e6ade83e3876d4a84f68 (diff)
downloadglade-5890035ce41765d1ad41754e30174b56dbf692a6.tar.gz
2011-11-17 Fredy Paquet <fpa@opag.ch>
* plugins/gtk+/glade-gtk.c: Improved performance of modifying GtkTable contents, shows specifically when loading files containing large tables. Bug 663516
Diffstat (limited to 'plugins/gtk+/glade-gtk.c')
-rw-r--r--plugins/gtk+/glade-gtk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gtk+/glade-gtk.c b/plugins/gtk+/glade-gtk.c
index 799c5452..5ffd1484 100644
--- a/plugins/gtk+/glade-gtk.c
+++ b/plugins/gtk+/glade-gtk.c
@@ -2384,9 +2384,9 @@ glade_gtk_notebook_insert_children (GtkWidget * notebook,
{
gint i;
- /*********************************************************
- INSERT PAGES
- *********************************************************/
+ /*********************************************************
+ * INSERT PAGES *
+ *********************************************************/
for (i = 0; i < nchildren->pages; i++)
{
GtkWidget *page = notebook_get_page (nchildren, i);