[billreminder: 9/17] Fixed broken dependency.
- From: Og B. Maciel <ogmaciel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [billreminder: 9/17] Fixed broken dependency.
- Date: Thu, 24 Feb 2011 01:56:08 +0000 (UTC)
commit 807067dd770ec1911c02e5f9d7ce67504bb9f5dd
Author: Luiz Armesto <luiz armesto gmail com>
Date: Wed Feb 23 18:50:53 2011 -0300
Fixed broken dependency.
src/daemon/alarm.py | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/src/daemon/alarm.py b/src/daemon/alarm.py
index 8d2431b..0c9058e 100644
--- a/src/daemon/alarm.py
+++ b/src/daemon/alarm.py
@@ -19,7 +19,6 @@ from lib import dialogs
from lib.bubble import NotifyMessage
from lib.utils import verify_pid
from lib.utils import Message
-from lib.bill import Bill
from lib.Settings import Settings as Configuration
class Alarm(object):
@@ -173,14 +172,14 @@ class Alarm(object):
print str(e)
def __cb_edit_bill(self, *arg):
- record = dialogs.edit_dialog(Bill(arg[1][0]))
+ record = dialogs.edit_dialog(arg[1][0])
if record:
- try:
+ #try:
# Edit bill to database
- self.parent.dbus_server.edit_bill(record)
- except Exception, e:
- print "Error #2"
- print str(e)
+ self.parent.dbus_server.edit(record)
+ #except Exception, e:
+ # print "Error #2"
+ # print str(e)
def timer(self):
interval = self.gconf_client.get('interval')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]