summaryrefslogtreecommitdiffstats
path: root/deskutils/x-tile/files/patch-x-tile
blob: 3bf2af522ddce9098c024f6e1e489c8d121a3d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix ctypes warning, by Ruslan Mahmatkhanov <cvs-src@yandex.ru>

--- x-tile.orig	2011-07-04 01:41:29.000000000 +0400
+++ x-tile	2011-08-22 20:20:30.000000000 +0400
@@ -56,7 +56,7 @@
 try:
    libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("libc"))
    libc.prctl(15, cons.APP_NAME, 0, 0, 0)
-except: print "libc.prctl not available, the process name will be python and not x-tile"
+except: pass
 
 # icons generation
 factory = gtk.IconFactory()
OpenPOWER on IntegriCloud