Compare commits

..

No commits in common. "master" and "0.2.5" have entirely different histories.

4 changed files with 3 additions and 6 deletions

View File

@ -77,7 +77,7 @@ isha =
[Cron] [Cron]
# timings updating time # timings updating time
time = 02:22 time = 00:00
``` ```
## Usage ## Usage

View File

@ -29,4 +29,4 @@ isha =
[Cron] [Cron]
# timings updating time # timings updating time
time = 02:22 time = 00:00

View File

@ -7,7 +7,7 @@ json_dep = dependency('json-glib-1.0')
gstreamer_dep = dependency('gstreamer-1.0') gstreamer_dep = dependency('gstreamer-1.0')
echo_dep = dependency('pluie-echo-0.2') echo_dep = dependency('pluie-echo-0.2')
version = '0.2.6' version = '0.2.5'
bindir = join_paths(get_option('prefix'), get_option('bindir')) bindir = join_paths(get_option('prefix'), get_option('bindir'))
datadir = join_paths(get_option('prefix'), get_option('datadir'), 'praytime') datadir = join_paths(get_option('prefix'), get_option('datadir'), 'praytime')

View File

@ -272,9 +272,6 @@ class Pluie.PrayTime : GLib.Object
if (user == null) { if (user == null) {
user = Environment.get_variable ("USER"); user = Environment.get_variable ("USER");
} }
if (user == null) {
user = Environment.get_variable ("LOGNAME");
}
Dbg.out (Log.METHOD, null, Log.LINE, Log.FILE); Dbg.out (Log.METHOD, null, Log.LINE, Log.FILE);
return user; return user;
} }