Moved options file to gfceu_options
This commit is contained in:
parent
c8fd4f0978
commit
f53c339781
5
gfceu
5
gfceu
|
@ -1,8 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# gfceu - Graphical launcher for FCE Ultra.
|
# gfceu - Graphical launcher for FCE Ultra.
|
||||||
# Designed on Ubuntu, with platfrom independence in mind.
|
# Designed on Ubuntu, with platfrom independence in mind.
|
||||||
version = "0.5.1"
|
version = "0.5.1svn"
|
||||||
# gfceu version 0.5.1
|
|
||||||
# Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net>
|
# Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net>
|
||||||
##
|
##
|
||||||
"""
|
"""
|
||||||
|
@ -481,7 +480,7 @@ def no_network_radio_clicked(arg1):
|
||||||
# Globals
|
# Globals
|
||||||
xml = None
|
xml = None
|
||||||
options = None
|
options = None
|
||||||
optionsfile = os.getenv('HOME')+'/.gfceu'
|
optionsfile = os.getenv('HOME')+'/.gfceu_options'
|
||||||
fceu_binary = None
|
fceu_binary = None
|
||||||
fceu_server_binary = None
|
fceu_server_binary = None
|
||||||
#version is defined earlier in the code
|
#version is defined earlier in the code
|
||||||
|
|
Loading…
Reference in New Issue