~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/indicator-session.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-10 16:23:33 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20110810162333-e1elpqez16qr18ya
Tags: 0.3.1-0ubuntu1
* New upstream release.
  - restart is missing from SessionMenu (LP: #815077)
  - Don't allow starting programs via the greeter indicators (LP: #811853)
  - Printer menu item should launch system-config-printer (LP: #818602)
  - gudev integration
  - apt restart required awareness
* debian/control
  - Added build depends on libgudev-1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
491
491
      g_signal_emit_by_name ((gpointer)self,
492
492
                             "entry-added",
493
493
                             &self->users);
 
494
                             
494
495
    }   
495
496
    else{
496
497
      g_signal_emit_by_name ((gpointer)self,
498
499
                             &self->users);       
499
500
    }
500
501
  }
 
502
  else if (g_strcmp0(signal_name, "RebootRequired") == 0) {
 
503
    // TODO waiting on design to give me a name.
 
504
    self->devices.image = indicator_image_helper (ICON_DEFAULT);        
 
505
  }  
501
506
}
502
507
 
503
508