[tracker] tracker-explorer: Fix build with vala master
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] tracker-explorer: Fix build with vala master
- Date: Tue, 15 Sep 2009 10:09:55 +0000 (UTC)
commit 2a9c51eef52d44c412483180a4137a8097b936af
Author: Jürg Billeter <j bitron ch>
Date: Tue Sep 15 12:09:15 2009 +0200
tracker-explorer: Fix build with vala master
src/tracker-explorer/explorer.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-explorer/explorer.vala b/src/tracker-explorer/explorer.vala
index e131fb1..9e6fd7d 100644
--- a/src/tracker-explorer/explorer.vala
+++ b/src/tracker-explorer/explorer.vala
@@ -16,7 +16,7 @@ interface Resources : GLib.Object {
}
public class HistoryItem {
- HistoryItem (string uri) {
+ public HistoryItem (string uri) {
this.uri = uri;
}
public string uri;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]