[gnome-settings-daemon] daemon: Never had Python support



commit 0d6b1638a73498480bee72e44841e3d9e87a8091
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 17 02:14:27 2010 +0000

    daemon: Never had Python support
    
    And it's unlikely to start now.

 gnome-settings-daemon/gnome-settings-manager.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/gnome-settings-daemon/gnome-settings-manager.c b/gnome-settings-daemon/gnome-settings-manager.c
index 45ce5e7..1e3ce31 100644
--- a/gnome-settings-daemon/gnome-settings-manager.c
+++ b/gnome-settings-daemon/gnome-settings-manager.c
@@ -444,15 +444,6 @@ gnome_settings_manager_stop (GnomeSettingsManager *manager)
 {
         g_debug ("Stopping settings manager");
 
-#ifdef ENABLE_PYTHON
-        /* Note: that this may cause finalization of objects by
-         * running the garbage collector. Since some of the plugin may
-         * have installed callbacks upon object finalization it must
-         * run before we get rid of the plugins.
-         */
-        gnome_settings_python_shutdown ();
-#endif
-
         _unload_all (manager);
 
         g_object_unref (manager->priv->settings);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]