Plug a few leaks. Bug #376949.
2006-12-08 Kjartan Maraas <kmaraas@gnome.org> * gnome-theme-manager.c: (meta_theme_selection_changed): Plug a few leaks. Bug #376949.
This commit is contained in:
parent
c06b48b3ee
commit
6a31b18343
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-12-08 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gnome-theme-manager.c: (meta_theme_selection_changed):
|
||||
Plug a few leaks. Bug #376949.
|
||||
|
||||
2006-12-03 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* gnome-theme-installer.c: (theme_properties_free),
|
||||
|
|
|
@ -621,9 +621,9 @@ meta_theme_selection_changed (GtkTreeSelection *selection,
|
|||
current_window_theme = g_strdup ("");
|
||||
|
||||
initial_meta_theme_info.name = g_strdup ("__Initial Theme__");
|
||||
initial_meta_theme_info.gtk_theme_name = g_strdup (current_gtk_theme);
|
||||
initial_meta_theme_info.metacity_theme_name = g_strdup (current_window_theme);
|
||||
initial_meta_theme_info.icon_theme_name = g_strdup (current_icon_theme);
|
||||
initial_meta_theme_info.gtk_theme_name = current_gtk_theme;
|
||||
initial_meta_theme_info.metacity_theme_name = current_window_theme;
|
||||
initial_meta_theme_info.icon_theme_name = current_icon_theme;
|
||||
themes_loaded = TRUE;
|
||||
} else {
|
||||
if (!reverted) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue