Fixed test case to CategoryDialog
author"German Poo-Caaman~o <gpoo@gnome.org>"
Wed, 03 Jan 2007 17:00:24 -0300
changeset 20 fe0b5713ef32
parent 19 5019f0b46f7e
child 21 c0faaa069012
Fixed test case to CategoryDialog
blogic/categories.py
--- a/blogic/categories.py	Wed Jan 03 15:16:30 2007 -0300
+++ b/blogic/categories.py	Wed Jan 03 17:00:24 2007 -0300
@@ -202,7 +202,7 @@
 	 (3, True, False, 'Urgent')
 	]
 
-	dialog = CategoryWindow(data=test_data)
+	dialog = CategoryDialog(data=test_data)
 	dialog.set_default_size(300,250)
 	dialog.show_all()
 	result = dialog.run()