diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-06-13 22:15:41 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-06-13 22:15:41 +0100 |
| commit | b79bbb7d7588e15ca49f98f09b8f5ae61f9e5e21 (patch) | |
| tree | 5c3d3b0bdef843ae0e5bfda3733866bc7a6feed9 /tests | |
| parent | 6964687e6d1c62a536065ca408555e9e7e000b42 (diff) | |
- Lot's of fixes for indicator loading
- Add some basic support for connecting to the place and place entroes - Support for refreshing entry lists - Support for adding/remove entries through signals off the PlaceEntry - Other exciting stuff I can't remember modified: .bzrignore tests/unit/data/place0.badplace tests/unit/data/place0.place tests/unit/data/place1.badplace tests/unit/data/place1.place unity-private/places/places-place-entry.vala unity-private/places/places-place-model.vala unity-private/places/places-place.vala (bzr r312.2.8)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/data/place0.badplace | 2 | ||||
| -rw-r--r-- | tests/unit/data/place0.place | 2 | ||||
| -rw-r--r-- | tests/unit/data/place1.badplace | 2 | ||||
| -rw-r--r-- | tests/unit/data/place1.place | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/data/place0.badplace b/tests/unit/data/place0.badplace index 18fa41e54..45ad555b3 100644 --- a/tests/unit/data/place0.badplace +++ b/tests/unit/data/place0.badplace @@ -1,3 +1,3 @@ [PlaceGroup] DBusName=org.ayatana.Unity.Place0 -DBusPath=/org/ayatana/Unity/Place0 +DBusObjectPath=/org/ayatana/Unity/Place0 diff --git a/tests/unit/data/place0.place b/tests/unit/data/place0.place index 269749689..5d3ab3b72 100644 --- a/tests/unit/data/place0.place +++ b/tests/unit/data/place0.place @@ -1,3 +1,3 @@ [Place] DBusName=org.ayatana.Unity.Place0 -DBusPath=/org/ayatana/Unity/Place0 +DBusObjectPath=/org/ayatana/Unity/Place0 diff --git a/tests/unit/data/place1.badplace b/tests/unit/data/place1.badplace index 31090995c..b074254cb 100644 --- a/tests/unit/data/place1.badplace +++ b/tests/unit/data/place1.badplace @@ -1,6 +1,6 @@ [Place] DBusName=org.ayatana.Unity.Place1 -DBusPath=/org/ayatana/Unity/Place1 +DBusObjectPath=/org/ayatana/Unity/Place1 [Entry:One] DBusObjectPath=org/ayatana/Unity/Place1/Entry1 diff --git a/tests/unit/data/place1.place b/tests/unit/data/place1.place index 05b85a6b1..a4f595644 100644 --- a/tests/unit/data/place1.place +++ b/tests/unit/data/place1.place @@ -1,6 +1,6 @@ [Place] DBusName=org.ayatana.Unity.Place1 -DBusPath=/org/ayatana/Unity/Place1 +DBusObjectPath=/org/ayatana/Unity/Place1 [Entry:One] DBusObjectPath=/org/ayatana/Unity/Place1/Entry1 |
