From 2164880821959e68fbf55061eba274ca176e9b69 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 28 Dec 2009 23:10:11 +0000 Subject: Fixed previous commit git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6985 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Preferences.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index 41dd90c00..a1c332465 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -161,8 +161,8 @@ const char *Fl_Preferences::newUUID() */ Fl_Preferences::Fl_Preferences( Root root, const char *vendor, const char *application ) { - rootNode = new RootNode( this, root, vendor, application ); node = new Node( "." ); + rootNode = new RootNode( this, root, vendor, application ); node->setRoot(rootNode); } @@ -181,8 +181,8 @@ Fl_Preferences::Fl_Preferences( Root root, const char *vendor, const char *appli */ Fl_Preferences::Fl_Preferences( const char *path, const char *vendor, const char *application ) { - rootNode = new RootNode( this, path, vendor, application ); node = new Node( "." ); + rootNode = new RootNode( this, path, vendor, application ); node->setRoot(rootNode); } -- cgit v1.2.3