* src/GrampsWidgets.py: remove conditional test on pygtk 2.6, 3.0 
	  requires 2.10+, so 2.6 code should never be used.



svn: r9995
This commit is contained in:
Benny Malengier
2008-02-05 10:13:25 +00:00
parent 534a306579
commit d0b50fcf5b
2 changed files with 9 additions and 19 deletions

View File

@@ -1,3 +1,7 @@
2008-02-05 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsWidgets.py: remove conditional test on pygtk 2.6, 3.0
requires 2.10+, so 2.6 code should never be used.
2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/DataViews/GrampletView.py
* src/ReportBase/_ReportUtils.py