Skip to content
Snippets Groups Projects
Commit 162b93dc authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-09-14 Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-launcher.c(thunar_launcher_open_files): Use
	  g_object_unref() instead of exo_object_unref().




(Old svn revision: 17608)
parent 7aacc258
No related branches found
No related tags found
No related merge requests found
2005-09-14 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-launcher.c(thunar_launcher_open_files): Use
g_object_unref() instead of exo_object_unref().
2005-09-14 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-mime-application.{c,h},
......
......@@ -437,7 +437,7 @@ thunar_launcher_open_files (ThunarLauncher *launcher,
g_hash_table_foreach (applications, (GHFunc) thunar_launcher_open_uris, launcher);
/* release the reference on the mime database */
exo_object_unref (EXO_OBJECT (database));
g_object_unref (G_OBJECT (database));
/* drop the applications hash table */
g_hash_table_destroy (applications);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment