[gitg: 7/7] Temporarily comment out transfer progress binding



commit 0401649176afe2241118ae1927b7d0887025e1a0
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Fri Jul 31 00:58:38 2015 +0200

    Temporarily comment out transfer progress binding

 gitg/history/gitg-history-refs-list.vala |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gitg/history/gitg-history-refs-list.vala b/gitg/history/gitg-history-refs-list.vala
index b1d0db7..6724920 100644
--- a/gitg/history/gitg-history-refs-list.vala
+++ b/gitg/history/gitg-history-refs-list.vala
@@ -387,7 +387,9 @@ private class RefHeader : RefTyped, Gtk.ListBoxRow
                if (d_remote != null)
                {
                        d_remote.bind_property("state", this, "remote_state");
-                       d_remote.bind_property("transfer-progress", d_progress_bin, "fraction");
+
+                       // TODO:
+                       // d_remote.bind_property("transfer-progress", d_progress_bin, "fraction");
                }
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]