~ubuntu-branches/ubuntu/vivid/blueman/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/dhcpclient_priority

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-12-24 18:33:36 UTC
  • mfrom: (2.3.8 sid)
  • Revision ID: package-import@ubuntu.com-20141224183336-cyb82ot0y8tz8flq
Tags: 1.99~alpha1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/01_dont_autostart_lxde.patch:
    + Don't autostart the applet in LXDE.
  - debian/patches/03_filemanager_fix.patch:
    + Add support for more filemanagers.
* debian/patches/02_dont_crash_on_non-bluetooth_card.patch:
  - Dropped, no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: blueman-1.23/blueman/plugins/applet/DhcpClient.py
2
2
===================================================================
3
 
--- blueman-1.23.orig/blueman/plugins/applet/DhcpClient.py      2011-05-21 17:05:31.000000000 +0200
4
 
+++ blueman-1.23/blueman/plugins/applet/DhcpClient.py   2012-09-25 14:40:22.904181456 +0200
5
 
@@ -26,6 +26,7 @@
6
 
        __description__ = _("Provides a basic dhcp client for Bluetooth PAN connections.")
7
 
        __icon__= "network"
8
 
        __author__ = "Walmis"
9
 
+       __priority__ = 3
10
 
        
11
 
        def on_load(self, applet):
12
 
                self.Signals = SignalTracker()
 
3
--- blueman.orig/blueman/plugins/applet/DhcpClient.py   2014-07-16 09:37:40.000000000 +0200
 
4
+++ blueman/blueman/plugins/applet/DhcpClient.py        2014-07-17 13:54:32.037093301 +0200
 
5
@@ -10,6 +10,7 @@
 
6
     __description__ = _("Provides a basic dhcp client for Bluetooth PAN connections.")
 
7
     __icon__ = "network"
 
8
     __author__ = "Walmis"
 
9
+    __priority__ = 3
 
10
 
 
11
     def on_load(self, applet):
 
12
         self.Signals = SignalTracker()