X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;h=2b571e712cbf2b098edbb604823db0ab54f8b4f1;hb=4d3f5220e5eda8af2bb541abda59f531bf98e0ff;hp=011d1416984a0d9cb755af658e0a990b3964cbfe;hpb=4f89a39f9cd77d3a1e5241526b299f0e466151f2;p=gc-dialer diff --git a/src/constants.py b/src/constants.py index 011d141..2b571e7 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,12 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.7" -__build__ = 14 +__version__ = "1.2.33" +__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_ +IS_MAEMO = True