[Xfce4-commits] <thunarx-python:master> Fixed segmentation fault issue because the plugin was not staying in memory

Adam Plumb noreply at xfce.org
Thu May 27 18:11:35 CEST 2010


Updating branch refs/heads/master
         to e240c2d80c59e19d6cb5fff44cd6c7efc5342c16 (commit)
       from ef3f80696bc762c8c00f64edcc332b812651cea1 (commit)

commit e240c2d80c59e19d6cb5fff44cd6c7efc5342c16
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Wed Dec 16 08:57:09 2009 -0500

    Fixed segmentation fault issue because the plugin was not staying in memory

 src/thunarx-python.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/thunarx-python.c b/src/thunarx-python.c
index 07bea1a..7d54603 100644
--- a/src/thunarx-python.c
+++ b/src/thunarx-python.c
@@ -325,6 +325,7 @@ thunar_extension_initialize (ThunarxProviderPlugin *plugin)
 
   all_types = g_array_new(FALSE, FALSE, sizeof(GType));
   
+  thunarx_provider_plugin_set_resident (plugin, TRUE);  
   thunarx_python_load_dir(plugin, THUNARX_EXTENSION_DIR "/python");
 }
 



More information about the Xfce4-commits mailing list