X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;fp=src%2Fconstants.py;h=d41e7cdef05bfe304b69aa845b04a99df3976a25;hp=b2b9662ab836aab260ea7e3eac7df3c84209648b;hb=5f523a1060b32b25030113b74024da4bc7bf5f2d;hpb=97ad2fe474a36960c3bff1f5896c776e722b1f07 diff --git a/src/constants.py b/src/constants.py index b2b9662..d41e7cd 100644 --- a/src/constants.py +++ b/src/constants.py @@ -5,8 +5,8 @@ __app_name__ = "dialcentral" __version__ = "1.1.8" __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/dialcentral.log" % _data_path_ +_user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__) _notifier_logpath_ = "%s/notifier.log" % _data_path_