[Xfce4-commits] <xfmpc:master> Fix warning with latest valac

Vincent Legout noreply at xfce.org
Tue Jan 4 21:30:02 CET 2011


Updating branch refs/heads/master
         to d1e029bc229b5d2f6221afa4c5d4b7529c3463c1 (commit)
       from 72fb769f45eb7fffee6b19e10f433a09a53a7e5b (commit)

commit d1e029bc229b5d2f6221afa4c5d4b7529c3463c1
Author: Vincent Legout <vincent at legout.info>
Date:   Tue Jan 4 20:58:48 2011 +0100

    Fix warning with latest valac

 src/dbbrowser.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/dbbrowser.vala b/src/dbbrowser.vala
index 8211a5b..a8cf447 100644
--- a/src/dbbrowser.vala
+++ b/src/dbbrowser.vala
@@ -54,7 +54,7 @@ namespace Xfmpc {
 
 			this.wdir = preferences.dbbrowser_last_path;
 			if (this.wdir != null)
-				this.last_wdir = this.wdir.ndup (this.wdir.len ());
+				this.last_wdir = this.wdir.ndup (this.wdir.length);
 			else
 				this.last_wdir = "";
 



More information about the Xfce4-commits mailing list