Skip to content

Commit

Permalink
Merge pull request #98 from Emantor/fix/initial_status_idle
Browse files Browse the repository at this point in the history
service: set initial Operation status to "idle"
  • Loading branch information
jluebbe committed Feb 8, 2017
2 parents 8bcf4f5 + ccbf795 commit 0a400ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ gboolean r_service_run(void) {
r_on_name_lost,
NULL, NULL);

// Set initial Operation status to "idle"
r_installer_set_operation(r_installer, "idle");

g_main_loop_run(service_loop);

if (r_bus_name_id)
Expand Down

0 comments on commit 0a400ef

Please sign in to comment.