[Commits] .git branch master updated.
Wade Brainerd
wadetb at gmail.com
Sat Nov 29 23:01:01 EST 2008
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "/home/wadeb/public_git/finance/.git".
The branch, master has been updated
via b12dfca78e0ea9279c1e355dd804268999d2c598 (commit)
from b436d8e5466a251da11c7f5ccc1e27493293ca2d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
budgetscreen.py | 4 ++--
finance.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit b12dfca78e0ea9279c1e355dd804268999d2c598
Author: Wade Brainerd <wadetb at gmail.com>
Date: Sun Nov 30 04:00:15 2008 +0000
Remove test data.
diff --git a/budgetscreen.py b/budgetscreen.py
index 97d75bc..0e2cd98 100644
--- a/budgetscreen.py
+++ b/budgetscreen.py
@@ -192,8 +192,8 @@ class BudgetScreen(gtk.VBox):
cr.set_source_rgb(0.9, 0.9, 0.6)
else:
cr.set_source_rgb(0.6, 1.0, 0.6)
- cr.fill_preserve()
-
+ cr.fill_preserve()
+
cr.set_source_rgb(0.5, 0.5, 0.5)
cr.stroke()
diff --git a/finance.py b/finance.py
index 99fa8b6..2e8ac85 100755
--- a/finance.py
+++ b/finance.py
@@ -104,7 +104,7 @@ class Finance(sugar.activity.activity.Activity):
self.transaction_names = {}
self.category_names = {}
- self.create_test_data()
+ #self.create_test_data()
# Initialize view period to the first of the month.
self.period = _('Month')
-----------------------------------------------------------------------
--
/home/wadeb/public_git/finance/.git
More information about the Commits
mailing list