~openerp-dev/openobject-client/dev_client_rga

« back to all changes in this revision

Viewing changes to debian/patches/02-gtk.patch

  • Committer: RGA(OpenERP)
  • Date: 2011-01-19 05:52:51 UTC
  • mfrom: (1369.10.89 client)
  • Revision ID: rga@tinyerp.com-20110119055251-vh2pmznpxcs445e1
Merge with trunk client

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Chris Lamb <lamby@debian.org>
 
2
Description: Fixes startup problem (Closes: #481895).
 
3
 
 
4
diff -Naurp openerp-client.orig/bin/openerp-client.py openerp-client/bin/openerp-client.py
 
5
--- openerp-client.orig/bin/openerp-client.py   2009-02-06 20:32:33.000000000 +0000
 
6
+++ openerp-client/bin/openerp-client.py        2009-02-07 11:12:33.000000000 +0000
 
7
@@ -61,7 +61,7 @@ pygtk.require('2.0')
 
8
 import gtk
 
9
 import gtk.glade
 
10
 
 
11
-#gtk.gdk.threads_init() # causes the GTK client to block everything.
 
12
+gtk.gdk.threads_init()
 
13
 
 
14
 import locale
 
15
 import gettext