git-gui: Convert blame to the "class" way of doing things
[gitweb.git] / git-gui.sh
index 67f993aa4bfc355aa2b581e5f850e765f3c7c7f4..568c814c60d4e8e9f73224c22a723eb2311594f4 100755 (executable)
@@ -1590,7 +1590,7 @@ blame {
                exit 1
        }
        set current_branch [lindex $argv 0]
-       show_blame $current_branch [lindex $argv 1]
+       blame::new $current_branch [lindex $argv 1]
        return
 }
 citool -