- Fix build after new vala import

- While here, use space in place of tab in pkg-descr WWW line
This commit is contained in:
Guido Falsi 2013-08-01 06:26:31 +00:00
parent 84331f7a9e
commit 8b1091db0f
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- src/components/filter/filter_model.vala.orig 2012-06-17 19:04:56.000000000 +0200
+++ src/components/filter/filter_model.vala 2013-07-31 18:17:53.287738608 +0200
@@ -117,7 +117,7 @@
* When GTK asks for the value of a column, check if the row
* has been resolved or not, otherwise resolve it.
*/
- public void get_value (Gtk.TreeIter iter, int column, ref GLib.Value val)
+ public void get_value (Gtk.TreeIter iter, int column, out GLib.Value val)
{
GLib.Value tmp1;

View File

@ -0,0 +1,11 @@
--- src/components/playlist/playlist_model.vala.orig 2012-06-17 19:04:56.000000000 +0200
+++ src/components/playlist/playlist_model.vala 2013-07-31 18:19:16.480732632 +0200
@@ -85,7 +85,7 @@
* When GTK asks for the value of a column, check if the row
* has been resolved or not, otherwise resolve it.
*/
- public void get_value(Gtk.TreeIter iter, int column, ref GLib.Value val) {
+ public void get_value(Gtk.TreeIter iter, int column, out GLib.Value val) {
GLib.Value status;
base.get_value(iter, Column.STATUS, out status);

View File

@ -1,4 +1,4 @@
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze.
WWW: http://abraca.github.com/Abraca
WWW: http://abraca.github.com/Abraca