* src/images/stock_calendar.png: added

* src/gramps_main.py: add gramps-date as a stock icon


svn: r7873
This commit is contained in:
Don Allingham
2007-01-06 23:03:55 +00:00
parent 2b30971dc3
commit e21e267dd1
5 changed files with 8 additions and 0 deletions

View File

@@ -119,6 +119,9 @@ class DateEdit:
self.text_obj = text_obj
self.button_obj = button_obj
image = gtk.Image()
image.set_from_stock('gramps-date', gtk.ICON_SIZE_MENU)
self.button_obj.set_image(image)
self.pixmap_obj = button_obj.get_child()
self.text_obj.connect('validate',self.validate)