~charlesk/indicator-session/lp-1085100

« back to all changes in this revision

Viewing changes to src/apt-watcher.c

  • Committer: Conor Curran
  • Date: 2011-08-31 13:32:07 UTC
  • mto: This revision was merged to the branch mainline in revision 198.
  • Revision ID: conor.curran@canonical.com-20110831133207-xu5sb9cfudl83boh
tidy up

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
        g_signal_connect (self->proxy,
145
145
                    "g-signal",
146
146
                    G_CALLBACK(apt_watcher_signal_cb),
147
 
                    self); 
148
 
  
149
 
  /*self->reboot_query = g_timeout_add_seconds (5,
150
 
                                              apt_watcher_query_reboot_status,
151
 
                                              self);*/                        
 
147
                    self);   
152
148
}
153
149
 
154
150