~ubuntu-branches/ubuntu/oneiric/fso-usaged/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/0001-use-string-for-busname.patch

  • Committer: Bazaar Package Importer
  • Author(s): Heiko Stuebner
  • Date: 2010-05-17 18:54:30 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100517185430-sh66x61evjr2u7mq
Tags: 0.9.1.1+git20100507-1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 2930cc9a35cbf5c0354a06e62c8538f94b35a0e0 Mon Sep 17 00:00:00 2001
2
 
From: Heiko Stuebner <heiko@sntech.de>
3
 
Date: Thu, 18 Mar 2010 17:11:00 +0100
4
 
Subject: [PATCH] use string for busname
5
 
 
6
 
---
7
 
 src/plugins/dbus_service/resource.vala |    2 +-
8
 
 1 files changed, 1 insertions(+), 1 deletions(-)
9
 
 
10
 
diff --git a/src/plugins/dbus_service/resource.vala b/src/plugins/dbus_service/resource.vala
11
 
index 96b22ef..f33110b 100644
12
 
--- a/src/plugins/dbus_service/resource.vala
13
 
+++ b/src/plugins/dbus_service/resource.vala
14
 
@@ -44,7 +44,7 @@ public enum ResourceStatus
15
 
 public class Resource : Object
16
 
 {
17
 
     public string name { get; set; }
18
 
-    public DBus.BusName busname { get; set; }
19
 
+    public string busname { get; set; }
20
 
     public DBus.ObjectPath objectpath { get; set; }
21
 
     public ResourceStatus status { get; set; }
22
 
     public FreeSmartphone.UsageResourcePolicy policy { get; set; }
23
 
1.6.5
24