diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-31 14:32:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-31 14:32:07 +0100 |
commit | 55a161683098d17364d9f521d2f4b97f89298297 (patch) | |
tree | 73ce5a277bb82c243772fd4bffd8d9f28e114cae /src/apt-watcher.c | |
parent | 254ca429137d15b4814b171c96a7d92f1a46b2da (diff) | |
download | ayatana-indicator-session-55a161683098d17364d9f521d2f4b97f89298297.tar.gz ayatana-indicator-session-55a161683098d17364d9f521d2f4b97f89298297.tar.bz2 ayatana-indicator-session-55a161683098d17364d9f521d2f4b97f89298297.zip |
tidy up
Diffstat (limited to 'src/apt-watcher.c')
-rw-r--r-- | src/apt-watcher.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/apt-watcher.c b/src/apt-watcher.c index e757896..346b8a9 100644 --- a/src/apt-watcher.c +++ b/src/apt-watcher.c @@ -144,11 +144,7 @@ fetch_proxy_cb (GObject * object, GAsyncResult * res, gpointer user_data) g_signal_connect (self->proxy, "g-signal", G_CALLBACK(apt_watcher_signal_cb), - self); - - /*self->reboot_query = g_timeout_add_seconds (5, - apt_watcher_query_reboot_status, - self);*/ + self); } |