From 06d28806f3eb52fdd71f99c4a031ebf9de19873e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 28 Feb 2009 18:35:17 +0000 Subject: [PATCH] Added version numbers for 3rd party gramplets svn: r12161 --- src/plugins/gramplet/DataEntryGramplet.py | 2 ++ src/plugins/gramplet/NoteGramplet.py | 2 ++ src/plugins/gramplet/PythonGramplet.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/plugins/gramplet/DataEntryGramplet.py b/src/plugins/gramplet/DataEntryGramplet.py index 0919a05b7..6ec077d02 100644 --- a/src/plugins/gramplet/DataEntryGramplet.py +++ b/src/plugins/gramplet/DataEntryGramplet.py @@ -746,5 +746,7 @@ register(type="gramplet", title=_("Data Entry"), detached_width = 510, detached_height = 480, + gramps="3.1.0", + version="1.0.0", ) diff --git a/src/plugins/gramplet/NoteGramplet.py b/src/plugins/gramplet/NoteGramplet.py index 2f4da290b..9def79794 100644 --- a/src/plugins/gramplet/NoteGramplet.py +++ b/src/plugins/gramplet/NoteGramplet.py @@ -272,5 +272,7 @@ register(type="gramplet", title=_("Note"), detached_width = 500, detached_height = 400, + gramps="3.1.0", + version="1.0.0", ) diff --git a/src/plugins/gramplet/PythonGramplet.py b/src/plugins/gramplet/PythonGramplet.py index a4eacd65e..e17636c67 100644 --- a/src/plugins/gramplet/PythonGramplet.py +++ b/src/plugins/gramplet/PythonGramplet.py @@ -153,5 +153,7 @@ register(type="gramplet", height=250, content = PythonGramplet, title=_("Python Shell"), + gramps="3.1.0", + version="1.0.0", )