aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ui-tests
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>2000-02-10 05:16:29 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-02-10 05:16:29 +0800
commit61dc2c8700c2c47111847358d11f182678e0887f (patch)
tree7dc33182133d7dabc93326e23e3420a82d502822 /tests/ui-tests
parent2088dd34013562ec6c051d2b7524e9167bd89a57 (diff)
downloadgsoc2013-evolution-61dc2c8700c2c47111847358d11f182678e0887f.tar.gz
gsoc2013-evolution-61dc2c8700c2c47111847358d11f182678e0887f.tar.zst
gsoc2013-evolution-61dc2c8700c2c47111847358d11f182678e0887f.zip
show the item.
2000-02-09 bertrand <Bertrand.Guiheneuf@aful.org> * tests/ui-tests/message-browser.c (handle_tree_item): show the item. svn path=/trunk/; revision=1713
Diffstat (limited to 'tests/ui-tests')
-rw-r--r--tests/ui-tests/message-browser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui-tests/message-browser.c b/tests/ui-tests/message-browser.c
index f1388caa7c..75cd7f9e2c 100644
--- a/tests/ui-tests/message-browser.c
+++ b/tests/ui-tests/message-browser.c
@@ -33,7 +33,6 @@ handle_tree_item (CamelDataWrapper* object, GtkWidget* tree_ctrl)
tree_item = gtk_tree_item_new_with_label (label);
gtk_tree_append (GTK_TREE (tree_ctrl), tree_item);
- printf ("Appending %s\n", label);
if (CAMEL_IS_MULTIPART (object))
{
@@ -59,6 +58,8 @@ handle_tree_item (CamelDataWrapper* object, GtkWidget* tree_ctrl)
GTK_WIDGET (subtree));
}
}
+
+ gtk_widget_show(tree_item);
}
bsd-ports-gnome/commit/graphics/linux-c6-tiff?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=844eb16a686a8eaf36b88417fa047f2a37149374'>- Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-015-20/+11 * Make 64 bit Linux packages the default on amd64.tijl2017-01-121-1/+1 * Update to libtiff 3.9.4-18.el6_8.tijl2016-09-065-17/+17 * - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-063-19/+14 * Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-012-0/+0 * Update Linux ports to Centos 6.8.tijl2016-06-212-10/+12 * CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-13