[d-feet/listbox] threads_init no longer needs to be called



commit acb4c13d5a24d2841c55b97afc55904134ffa4db
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Mon Jul 15 13:38:40 2013 +0200

    threads_init no longer needs to be called

 src/d-feet.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/d-feet.in b/src/d-feet.in
index d56c595..867106c 100644
--- a/src/d-feet.in
+++ b/src/d-feet.in
@@ -46,7 +46,6 @@ from dfeet.application import DFeetApp
 
 
 if __name__ == "__main__":
-    GObject.threads_init()
     data_dir = "@pkgdatadir@"
     #use local paths when debugging
     if os.getenv("DFEET_DEBUG") is not None:


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