[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461

Andrei Zavada johnhommer at gmail.com
Fri Nov 16 00:50:16 UTC 2012


The following commit has been merged in the master branch:
commit 29fee7820fa78e7d6d546a9d53ad1949a3b0748e
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Sun Oct 14 02:38:26 2012 +0300

    whitespaces

diff --git a/src/ui/scoring-facility-construct.cc b/src/ui/scoring-facility-construct.cc
index 73503f6..b3ce7e5 100644
--- a/src/ui/scoring-facility-construct.cc
+++ b/src/ui/scoring-facility-construct.cc
@@ -618,29 +618,29 @@ SScoringFacilityWidgets (SExpDesignUI& _p)
 		gtk_list_store_new( 1, G_TYPE_STRING);
 
 	if ( !AGH_GBGETOBJ (GtkDialog,		wPattern) ||
-	     !AGH_GBGETOBJ (GtkDrawingArea,		daPatternSelection) ||
+	     !AGH_GBGETOBJ (GtkDrawingArea,	daPatternSelection) ||
 	     !AGH_GBGETOBJ (GtkScrolledWindow,	vpPatternSelection) ||
 	     !AGH_GBGETOBJ (GtkButton,		bPatternFindPrevious) ||
 	     !AGH_GBGETOBJ (GtkButton,		bPatternFindNext) ||
 //	     !AGH_GBGETOBJ (GtkButton,		bPatternDismiss) ||
 	     !AGH_GBGETOBJ (GtkButton,		bPatternSave) ||
 	     !AGH_GBGETOBJ (GtkButton,		bPatternDiscard) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternEnvTightness) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternFilterOrder) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternFilterCutoff) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternDZCDFStep) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternDZCDFSigma) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternDZCDFSmooth) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternParameterA) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternParameterB) ||
-	     !AGH_GBGETOBJ (GtkSpinButton,		ePatternParameterC) ||
-	     !AGH_GBGETOBJ (GtkHBox,			cPatternLabelBox) ||
-	     !AGH_GBGETOBJ (GtkLabel,			lPatternSimilarity) ||
-	     !AGH_GBGETOBJ (GtkComboBox,		ePatternList) ||
-	     !AGH_GBGETOBJ (GtkComboBox,		ePatternChannel) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternEnvTightness) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternFilterOrder) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternFilterCutoff) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternDZCDFStep) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternDZCDFSigma) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternDZCDFSmooth) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternParameterA) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternParameterB) ||
+	     !AGH_GBGETOBJ (GtkSpinButton,	ePatternParameterC) ||
+	     !AGH_GBGETOBJ (GtkHBox,		cPatternLabelBox) ||
+	     !AGH_GBGETOBJ (GtkLabel,		lPatternSimilarity) ||
+	     !AGH_GBGETOBJ (GtkComboBox,	ePatternList) ||
+	     !AGH_GBGETOBJ (GtkComboBox,	ePatternChannel) ||
 	     !AGH_GBGETOBJ (GtkDialog,		wPatternName) ||
-	     !AGH_GBGETOBJ (GtkEntry,			ePatternNameName) ||
-	     !AGH_GBGETOBJ (GtkCheckButton,		ePatternNameSaveGlobally) )
+	     !AGH_GBGETOBJ (GtkEntry,		ePatternNameName) ||
+	     !AGH_GBGETOBJ (GtkCheckButton,	ePatternNameSaveGlobally) )
 		throw runtime_error ("Failed to contruct SF widgets (4)");
 
 	gtk_combo_box_set_model( ePatternList,
@@ -827,7 +827,7 @@ SScoringFacilityWidgets (SExpDesignUI& _p)
 aghui::SScoringFacilityWidgets::
 ~SScoringFacilityWidgets ()
 {
-	// destroy widgets
+	// destroy toplevels
 	gtk_widget_destroy( (GtkWidget*)wScoringFacility);
 	g_object_unref( (GObject*)builder);
 }

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list