[tracker/rss-enclosures] TST - Fixed compile error with latest vala
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] TST - Fixed compile error with latest vala
- Date: Wed, 24 Nov 2010 01:53:15 +0000 (UTC)
commit e5b07477f10f6bb925f0f9348d2797c23473881a
Author: Jamie McCracken <jamie mccrack gmail com>
Date: Mon Sep 27 23:28:15 2010 -0400
TST - Fixed compile error with latest vala
src/tracker-search-tool/tracker-entry.gs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-search-tool/tracker-entry.gs b/src/tracker-search-tool/tracker-entry.gs
index 00b0633..e1de72a 100644
--- a/src/tracker-search-tool/tracker-entry.gs
+++ b/src/tracker-search-tool/tracker-entry.gs
@@ -127,8 +127,8 @@ class TrackerSearchEntry : ComboBoxEntry implements Gtk.Activatable
else
print("error: '%s' is not writable", histfilename)
- def sync_action_properties (action : Action)
+ def sync_action_properties (action : Gtk.Action)
return
- def update (action : Action, prop : string)
+ def update (action : Gtk.Action, prop : string)
return
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]