~cjcurran/indicator-session/apt-updates-bug

« back to all changes in this revision

Viewing changes to src/session-service.c

  • Committer: Conor Curran
  • Date: 2011-07-22 17:00:09 UTC
  • mfrom: (161.3.3 device-menu-reorg)
  • Revision ID: conor.curran@canonical.com-20110722170009-cqv9pgg7ljjg60k8
apt item partially working

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
void
72
72
service_shutdown (IndicatorService * service, gpointer user_data)
73
73
{
74
 
        if (mainloop != NULL) {
 
74
        /*if (mainloop != NULL) {
75
75
                g_debug("Service shutdown");
76
76
                g_main_loop_quit(mainloop);
77
 
        }
 
77
        }*/
78
78
        return;
79
79
}
80
80