config: Store saved paths using set_string

This commit is contained in:
Cole Robinson 2010-01-30 12:41:31 -05:00
parent ec036b53f6
commit 09d86a79d1
1 changed files with 2 additions and 2 deletions

View File

@ -587,8 +587,8 @@ class vmmConfig:
return
logging.debug("set_default_directory(%s): saving %s" % (_type, folder))
self.conf.set_value(self.conf_dir + "/paths/default-%s-path" % _type,
folder)
self.conf.set_string(self.conf_dir + "/paths/default-%s-path" % _type,
folder)
def get_default_image_dir(self, connection):
if connection.is_xen():