~ubuntu-branches/ubuntu/utopic/unity-greeter/utopic

« back to all changes in this revision

Viewing changes to src/unity-greeter.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-07-10 11:04:33 UTC
  • Revision ID: package-import@ubuntu.com-20130710110433-2b9ztuj5b28xx6im
Tags: 13.10.1-0ubuntu3
* debian/control:
  - Build-Depends on libido3-0.1-dev (>= 13.10.0)
* Backport ~larsu/unity-greeter/indicator-ng
  - include support for the new indicators, thanks Lars

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        }
435
435
 
436
436
        Gtk.init (ref args);
 
437
        Ido.init ();
437
438
 
438
439
        log_timer = new Timer ();
439
440
        Log.set_default_handler (log_cb);