Commit.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 09:12:17 +0000 (17:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 09:12:17 +0000 (17:12 +0800)
Commit.js

index c42c6dd..400f347 100644 (file)
--- a/Commit.js
+++ b/Commit.js
@@ -188,6 +188,23 @@ Commit=new XObject({
                         }
                     ]
                 },
+                {
+                    xtype: Gtk.HBox,
+                    pack : "pack_start,false,true,2",
+                    items : [
+                        {
+                            xtype: Gtk.Label,
+                            label : "Author",
+                            pack : "pack_start,false,false,10",
+                            width_request : 50,
+                            xalign : 1
+                        },
+                        {
+                            xtype: Gtk.Entry,
+                            id : "commitDate"
+                        }
+                    ]
+                },
                 {
                     xtype: Gtk.HBox,
                     pack : "pack_start,false,true,2",