X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=f16214f8cbc8192169e192a79338c8be6864c02c;hp=011d1416984a0d9cb755af658e0a990b3964cbfe;hb=ca8a7750f63c21b63625fd5f8a04a1dd997896b9;hpb=4f89a39f9cd77d3a1e5241526b299f0e466151f2 diff --git a/src/constants.py b/src/constants.py index 011d141..f16214f 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,11 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.7" -__build__ = 14 +__version__ = "1.1.13" +__build__ = 0 __app_magic__ = 0xdeadbeef -_data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") +_data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_ +_custom_notifier_settings_ = "%s/notifier.ini" % _data_path_ +_user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__) +_notifier_logpath_ = "%s/notifier.log" % _data_path_