Fixed bug that caused not all themes to be loaded properly.

2003-01-19  Mikael Hallendal  <micke@codefactory.se>

	* metacity-window-manager.c:
	(add_themes_from_dir): Fixed bug that caused not all themes to be
	  loaded properly.
This commit is contained in:
Mikael Hallendal 2003-01-19 07:14:32 +00:00 committed by Mikael Hallendal
parent 82a1d3a1d0
commit 70b5c7eef5
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-01-19 Mikael Hallendal <micke@codefactory.se>
* metacity-window-manager.c:
(add_themes_from_dir): Fixed bug that caused not all themes to be
loaded properly.
Thu Jan 16 02:41:09 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.1.7

View file

@ -114,6 +114,7 @@ add_themes_from_dir (GList *current_list, const char *path)
}
}
found = FALSE;
/*g_free (entry);*/
g_free (theme_file_path);
}