The following commit has been merged in the master branch:
commit 8234d28252968df3eea5f94bb7a94bf28a51b9e1
Author: Andrei Zavada <[email protected]>
Date:   Sun Jan 20 03:18:30 2013 +0200

    don't show_all Find Dialog's widgets initially

diff --git a/src/ui/sf/sf-channel.cc b/src/ui/sf/sf-channel.cc
index af31fb1..b19dc02 100644
--- a/src/ui/sf/sf-channel.cc
+++ b/src/ui/sf/sf-channel.cc
@@ -449,7 +449,7 @@ aghui::SScoringFacility::SChannel::
 mark_region_as_pattern()
 {
        _p.find_dialog.load_pattern( *this);
-       gtk_widget_show_all( (GtkWidget*)_p.wSFFD);
+       gtk_widget_show( (GtkWidget*)_p.wSFFD);
 }
 
 

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to