(update_folder_title_bar): Ref the folder_icon

that we get from e_folder_type_registry_get_icon_for_type().

svn path=/trunk/; revision=17421
This commit is contained in:
Ettore Perazzoli
2002-07-11 19:39:02 +00:00
parent 6cf273cc2d
commit 328f551032
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-07-11 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c (update_folder_title_bar): Ref the folder_icon
that we get from e_folder_type_registry_get_icon_for_type().
2002-07-11 Ettore Perazzoli <ettore@ximian.com>
* evolution-storage.c (get_folder_list_foreach): Copy

View File

@ -1781,6 +1781,7 @@ update_folder_title_bar (EShellView *shell_view,
folder_icon = e_folder_type_registry_get_icon_for_type (folder_type_registry,
e_folder_get_type_string (folder),
TRUE);
gdk_pixbuf_ref (folder_icon);
}
}