~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/git_remove_dbus_import.patch

  • 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:
 
1
From e294abc567b50ce4358dcd6be1e2f147b81ebcf8 Mon Sep 17 00:00:00 2001
 
2
From: Jasper St. Pierre <jstpierre@mecheye.net>
 
3
Date: Wed, 02 Jan 2013 18:59:33 +0000
 
4
Subject: keyboard: Remove leftover DBus import
 
5
 
 
6
This isn't there in newer versions of gjs.
 
7
---
 
8
diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
 
9
index e3a9a9b..07631db 100644
 
10
--- a/js/ui/keyboard.js
 
11
+++ b/js/ui/keyboard.js
 
12
@@ -2,7 +2,6 @@
 
13
 
 
14
 const Caribou = imports.gi.Caribou;
 
15
 const Clutter = imports.gi.Clutter;
 
16
-const DBus = imports.dbus;
 
17
 const Gdk = imports.gi.Gdk;
 
18
 const Gio = imports.gi.Gio;
 
19
 const GLib = imports.gi.GLib;
 
20
--
 
21
cgit v0.9.1
 
22