diff options
author | Ted Gould <ted@gould.cx> | 2013-05-29 13:27:51 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-05-29 13:27:51 -0500 |
commit | fe92d7d922e827c654ba0db27b52b2f35ad5e162 (patch) | |
tree | 15cf707e181d3e063b2eea47d97f2e89bfcc7586 /src | |
parent | 3051b7a294a8b0c468d69f1c578f9eb41313c2e9 (diff) | |
download | ayatana-indicator-application-fe92d7d922e827c654ba0db27b52b2f35ad5e162.tar.gz ayatana-indicator-application-fe92d7d922e827c654ba0db27b52b2f35ad5e162.tar.bz2 ayatana-indicator-application-fe92d7d922e827c654ba0db27b52b2f35ad5e162.zip |
A comment, because comments rock.
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service-watcher.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application-service-watcher.c b/src/application-service-watcher.c index c4fa9b4..8c2f539 100644 --- a/src/application-service-watcher.c +++ b/src/application-service-watcher.c @@ -286,6 +286,10 @@ get_name_cb (DBusGProxy * proxy, guint status, GError * error, gpointer data) return; } + /* After we've got the name we can request upstart to trigger + the jobs of any application indicators that need to start + at desktop init time. */ + GError * spawn_error = NULL; gchar * argv[] = { "initctl", |