Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 13f5dcef5358e9d5a2a5a1ae6baf28fc > files > 121

gtkdialog-0.8.3-1.mga5.x86_64.rpm

#!/bin/sh

## Includes.
. funcrcGet
. funcrcSet
. functmpGet
. functmpSet
. funcWidgetSchedule

## Make the visible profile the selected profile.

funcProfileSelect() {
	if [ -z "$BASH" ]; then local FUNCNAME=funcProfileSelect; fi
	if [ $DEBUG_TRANSITS -ne 0 ]; then echo "$FUNCNAME(): IN"; fi

	## Local variables.
	local ProfileVisible="`functmpGet ProfileVisible`"
	local ProfileCommandLineArgs="`funcrcGet Profile${ProfileVisible}CommandLineArgs`"

	functmpSet ProfileCommandLineArgs "$ProfileCommandLineArgs"
	funcWidgetSchedule chkContentRefreshCheck ContentRefreshCheck

	funcrcSet ProfileSelected $ProfileVisible

	if [ $DEBUG_TRANSITS -ne 0 ]; then echo "$FUNCNAME(): OUT"; fi
}