Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56157
Collapse All | Expand All

(-)bluepin.orig (-2 / +2 lines)
Lines 7-12 Link Here
7
7
8
pygtk.require('2.0')
8
pygtk.require('2.0')
9
9
10
import gtk
11
10
# X Display initialization.
12
# X Display initialization.
11
# Find running X Server and parse its arguments.
13
# Find running X Server and parse its arguments.
12
# Set environment variables DISPLAY and XAUTHORITY
14
# Set environment variables DISPLAY and XAUTHORITY
Lines 36-43 Link Here
36
# Some versions of fontconfig will segfault if HOME isn't set.
38
# Some versions of fontconfig will segfault if HOME isn't set.
37
os.environ['HOME'] = ""
39
os.environ['HOME'] = ""
38
40
39
import gtk
40
41
# Dialog Class
41
# Dialog Class
42
DLG_OK = 1
42
DLG_OK = 1
43
DLG_CANCEL = 2
43
DLG_CANCEL = 2

Return to bug 56157