#!/bin/bash
#########################################################
# 							#
# This is BashStyle-NG 7.7				#
#							#
# Licensed under GNU GENERAL PUBLIC LICENSE v3    	#
#							#
# Copyright 2007 - 2009 Christopher Bratusek		#
#							#
#########################################################

get_key ()
{

	gconftool-2 --get /apps/bashstyle/$1

}

set_key ()
{

	gconftool-2 --set --type $1 /apps/bashstyle/$2 $3

}
