[gitg/wip/sindhus/interactive-rebase] Add row in rebase listbox
- From: Sindhu Sundar <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/sindhus/interactive-rebase] Add row in rebase listbox
- Date: Mon, 9 Sep 2013 13:16:33 +0000 (UTC)
commit 2ea5d1124d9e57c80650271017245b7337b4cc37
Author: Sindhu S <sindhus live in>
Date: Mon Sep 9 18:42:53 2013 +0530
Add row in rebase listbox
gitg/gitg-rebase-list-box.vala | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-rebase-list-box.vala b/gitg/gitg-rebase-list-box.vala
index ea1611f..9d55efd 100644
--- a/gitg/gitg-rebase-list-box.vala
+++ b/gitg/gitg-rebase-list-box.vala
@@ -46,6 +46,13 @@ namespace Gitg
Object(commit_sha: commit_sha, commit_msg: commit_msg);
}
}
+
+ public void add_rebase_row(string sha, string msg)
+ {
+ var row = new Row (sha, msg);
+ row.show();
+ add(row);
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]