~ubuntu-branches/ubuntu/utopic/gnome-shell/utopic

« back to all changes in this revision

Viewing changes to js/ui/keyboard.js

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-05-01 12:06:16 UTC
  • Revision ID: package-import@ubuntu.com-20130501120616-ezmnooln3cmit4ix
Tags: 3.6.3.1-0ubuntu8
* debian/patches/git_remove_dbus_import.patch:
  - required for gnome-shell to work with gjs 1.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
const Caribou = imports.gi.Caribou;
4
4
const Clutter = imports.gi.Clutter;
5
 
const DBus = imports.dbus;
6
5
const Gdk = imports.gi.Gdk;
7
6
const Gio = imports.gi.Gio;
8
7
const GLib = imports.gi.GLib;