- Fix build after new vala import
- While here, use space in place of tab in pkg-descr WWW line
This commit is contained in:
parent
84331f7a9e
commit
8b1091db0f
@ -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;
|
||||||
|
|
||||||
@ -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);
|
||||||
@ -1,4 +1,4 @@
|
|||||||
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
|
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
|
||||||
collections in mind, which makes managing your music a breeze.
|
collections in mind, which makes managing your music a breeze.
|
||||||
|
|
||||||
WWW: http://abraca.github.com/Abraca
|
WWW: http://abraca.github.com/Abraca
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user