2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/* 143 files
    * test/try_tree_model.py
    * windows/nsis/gcheck.py
    imports cleanup

svn: r10055
This commit is contained in:
Raphael Ackermann
2008-02-18 20:07:09 +00:00
parent d0cb3a8451
commit 90f883e46d
146 changed files with 385 additions and 443 deletions

View File

@ -44,7 +44,7 @@ log = logging.getLogger(".ExportVCard")
# GNOME/GTK modules
#
#-------------------------------------------------------------------------
import gtk.glade
from gtk import glade
#-------------------------------------------------------------------------
#
@ -77,7 +77,7 @@ class CardWriterOptionBox:
if not os.path.isfile(glade_file):
glade_file = "plugins/vcardexport.glade"
self.topDialog = gtk.glade.XML(glade_file,"vcardExport","gramps")
self.topDialog = glade.XML(glade_file,"vcardExport","gramps")
filter_obj = self.topDialog.get_widget("filter")
self.copy = 0