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

commit d1e029bc229b5d2f6221afa4c5d4b7529c3463c1
Author: Vincent Legout <[email protected]>
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 = "";
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to