X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;h=b62fe8122ad5849a40a3438dbb0c8cb88fbaad8d;hb=5a5e46b6c1137c1dfb122994b0926086a2686100;hp=28004ff0756d3148b1e41753b5e619e8cb5dea61;hpb=ef2c2d32f3311605e9797aa75fab43bd4a10354b;p=gc-dialer diff --git a/src/constants.py b/src/constants.py index 28004ff..b62fe81 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,9 +2,11 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.8" -__build__ = 6 +__version__ = "1.1.92" +__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_ -_user_logpath_ = "%s/dialcentral.log" % _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_