(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:
@ -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
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user