Remove from dirty list
2002-01-11 Bradford Hovinen <hovinen@ximian.com> * mime-type-info.c (mime_type_info_free): Remove from dirty list
This commit is contained in:
parent
e037e72d54
commit
d3bff505c2
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2002-01-11 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* mime-type-info.c (mime_type_info_free): Remove from dirty list
|
||||
|
||||
* mime-edit-dialog.c (populate_application_list): Don't check
|
||||
default action id if default action is NULL
|
||||
|
||||
|
|
|
@ -189,6 +189,7 @@ void
|
|||
mime_type_info_free (MimeTypeInfo *info)
|
||||
{
|
||||
g_hash_table_remove (mime_type_table, info->mime_type);
|
||||
dirty_list = g_list_remove (dirty_list, info);
|
||||
|
||||
g_free (info->mime_type);
|
||||
g_free (info->description);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue