Skip to content

Commit

Permalink
Upstream sync
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed May 4, 2016
1 parent 417a58f commit 457c875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions osx/Meld
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ MELDPATH = os.path.join(getScriptPath(), "Meld-bin")
APPPATH = fix_abspath(os.path.join(getScriptPath(), '..'))

LANG="C"
try:
LANG= ".".join(locale.getdefaultlocale()[0], "UTF-8")
except:
pass
#try:
# LANG= ".".join(locale.getdefaultlocale()[0], "UTF-8")
#except:
# pass

environment = dict(os.environ, **{
"DYLD_LIBRARY_PATH": ":".join([
Expand Down
2 changes: 1 addition & 1 deletion osx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

__package__ = "meld"
__version__ = "3.15.4"
__version__ = "3.16.0"

# START; these paths are clobbered on install by meld.build_helpers
DATADIR = os.path.join(sys.prefix, "share", "meld")
Expand Down

0 comments on commit 457c875

Please sign in to comment.