Commit Graph

  • e7878c26f3 Update Alex Roitman 2004-05-26 03:29:00 +00:00
  • 8943c5e171 Update Alex Roitman 2004-05-26 03:29:00 +00:00
  • 7cc5d39fc9 * src/RelLib.py (Transaction.__len__): Redefine length. * src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/gramps_main.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/SelectChild.py, src/SelectObject.py, src/Sources.py, src/SourceView.py, src/Utils.py, src/Witness.py, src/WriteXML.py: Switch from find_* to try_to_find_* methods. Alex Roitman 2004-05-26 03:26:18 +00:00
  • e7b77ccb83 * src/RelLib.py (Transaction.__len__): Redefine length. * src/ChooseParents.py, src/EditPerson.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/gramps_main.py, src/ImageSelect.py, src/Marriage.py, src/MediaView.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/SelectChild.py, src/SelectObject.py, src/Sources.py, src/SourceView.py, src/Utils.py, src/Witness.py, src/WriteXML.py: Switch from find_* to try_to_find_* methods. Alex Roitman 2004-05-26 03:26:18 +00:00
  • 6523c4ff2b * src/plugins/ChangeTypes.py: Correct transaction. * src/plugins/changetype.glade: HIGify dialog. * src/plugins/PatchNames.py: Correct transaction. Alex Roitman 2004-05-26 02:51:45 +00:00
  • 0739dd2b6b * src/plugins/ChangeTypes.py: Correct transaction. * src/plugins/changetype.glade: HIGify dialog. * src/plugins/PatchNames.py: Correct transaction. Alex Roitman 2004-05-26 02:51:45 +00:00
  • 8ddbce94f0 * src/RelLib.py (try_to_find_person_from_id): Remove transaction; (try_to_find_source_from_id, try_to_find_object_from_id, try_to_find_place_from_id): Add functions. * src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/WebPage.py, src/plugins/Verify.py, src/plugins/TimeLine.py, src/plugins/Summary.py, src/plugins/SoundGen.py, src/plugins/RelGraph.py, src/plugins/RelCalc.py, src/plugins/PatchNames.py, src/plugins/Merge.py, src/plugins/IndivSummary.py, src/plugins/IndivComplete.py, src/plugins/GraphViz.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py, src/plugins/FanChart.py, src/plugins/FamilyGroup.py, src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py, src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py, src/plugins/Desbrowser.py, src/plugins/CountAncestors.py, src/plugins/Check.py, src/plugins/ChangeTypes.py, src/plugins/BookReport.py, src/plugins/Ancestors.py, src/plugins/AncestorReport.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/Relationship.py, src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py, src/GraphLayout.py: Switch from find_* to try_to_find_* methods. Alex Roitman 2004-05-26 02:05:02 +00:00
  • 055eabdb11 * src/RelLib.py (try_to_find_person_from_id): Remove transaction; (try_to_find_source_from_id, try_to_find_object_from_id, try_to_find_place_from_id): Add functions. * src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/WebPage.py, src/plugins/Verify.py, src/plugins/TimeLine.py, src/plugins/Summary.py, src/plugins/SoundGen.py, src/plugins/RelGraph.py, src/plugins/RelCalc.py, src/plugins/PatchNames.py, src/plugins/Merge.py, src/plugins/IndivSummary.py, src/plugins/IndivComplete.py, src/plugins/GraphViz.py, src/plugins/FtmStyleDescendants.py, src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py, src/plugins/FanChart.py, src/plugins/FamilyGroup.py, src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py, src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py, src/plugins/Desbrowser.py, src/plugins/CountAncestors.py, src/plugins/Check.py, src/plugins/ChangeTypes.py, src/plugins/BookReport.py, src/plugins/Ancestors.py, src/plugins/AncestorReport.py, src/plugins/AncestorChart.py, src/plugins/AncestorChart2.py, src/Relationship.py, src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py, src/GraphLayout.py: Switch from find_* to try_to_find_* methods. Alex Roitman 2004-05-26 02:05:02 +00:00
  • 60a6973bbf * src/PeopleModel.py: temporary fix for add person update * src/PeopleView.py: temporary fix for add person update Don Allingham 2004-05-25 03:41:35 +00:00
  • bb26f82775 * src/PeopleModel.py: temporary fix for add person update * src/PeopleView.py: temporary fix for add person update Don Allingham 2004-05-25 03:41:35 +00:00
  • eba1ed0ea1 * various: transactions are now required for commits Don Allingham 2004-05-24 04:32:19 +00:00
  • 2439564ba2 * various: transactions are now required for commits Don Allingham 2004-05-24 04:32:19 +00:00
  • c174501b0f * src/plugins/ReadGedcom.py: full support for undo Don Allingham 2004-05-20 04:41:55 +00:00
  • 109fe90e97 * src/plugins/ReadGedcom.py: full support for undo Don Allingham 2004-05-20 04:41:55 +00:00
  • 0013617a90 * src/ImageSelect.py: undo messages * src/MediaView.py: undo messages * src/RelLib.py: use db for undo status Don Allingham 2004-05-20 00:12:14 +00:00
  • ec3156362a * src/ImageSelect.py: undo messages * src/MediaView.py: undo messages * src/RelLib.py: use db for undo status Don Allingham 2004-05-20 00:12:14 +00:00
  • 79d9a39a9e * various: undo messages Don Allingham 2004-05-19 06:13:36 +00:00
  • e82f8d1bba * various: undo messages Don Allingham 2004-05-19 06:13:36 +00:00
  • 1e9b3cfc20 * src/GrampsCfg.py: added support for tip of the day * src/data/tips.xml: tip data * src/TipOfDay.py: support for tip of the day * src/gramps_main.py: support for tip of the day * src/const.py: support for tip of the day * src/gramps.glade: support for tip of the day Don Allingham 2004-05-18 07:00:34 +00:00
  • 351ae558dd * src/GrampsCfg.py: added support for tip of the day * src/data/tips.xml: tip data * src/TipOfDay.py: support for tip of the day * src/gramps_main.py: support for tip of the day * src/const.py: support for tip of the day * src/gramps.glade: support for tip of the day Don Allingham 2004-05-18 07:00:34 +00:00
  • 2f4d1ae2cb update Don Allingham 2004-05-17 03:00:48 +00:00
  • 05edb76bbc update Don Allingham 2004-05-17 03:00:48 +00:00
  • 5fcb9420c7 update Don Allingham 2004-05-17 02:59:44 +00:00
  • 68df0add5f update Don Allingham 2004-05-17 02:59:44 +00:00
  • 0154f192f7 * src/plugins/ReorderIds.py: Display message and return. Alex Roitman 2004-05-17 01:06:09 +00:00
  • 0a40ed1759 * src/plugins/ReorderIds.py: Display message and return. Alex Roitman 2004-05-17 01:06:09 +00:00
  • 2882f9b479 * src/plugins/RelGraph.py (_get_event_label): Typo. Alex Roitman 2004-05-16 23:40:00 +00:00
  • de0ee518ed * src/plugins/RelGraph.py (_get_event_label): Typo. Alex Roitman 2004-05-16 23:40:00 +00:00
  • 00af3e0917 * src/plugins/RelGraph.py: Menu for family options. Alex Roitman 2004-05-16 16:12:04 +00:00
  • f72dfd8625 * src/plugins/RelGraph.py: Menu for family options. Alex Roitman 2004-05-16 16:12:04 +00:00
  • 682c4e0217 * src/ReadXML.py: Typo. Alex Roitman 2004-05-16 05:34:20 +00:00
  • 284e3f50c0 * src/ReadXML.py: Typo. Alex Roitman 2004-05-16 05:34:20 +00:00
  • eeca791968 * src/plugins/RelGraph.py (_write_graph_record): Bug fixes. * src/docgen/RTFDoc.py: Typo. Alex Roitman 2004-05-16 03:04:17 +00:00
  • 555ab4d22b * src/plugins/RelGraph.py (_write_graph_record): Bug fixes. * src/docgen/RTFDoc.py: Typo. Alex Roitman 2004-05-16 03:04:17 +00:00
  • f7b1a747fd * src/plugins/ReadGedcom.py: handle mangled temple format produced by some tools Don Allingham 2004-05-15 14:24:38 +00:00
  • 626b453304 * src/plugins/ReadGedcom.py: handle mangled temple format produced by some tools Don Allingham 2004-05-15 14:24:38 +00:00
  • da607cf048 Fixed merging Don Allingham 2004-05-13 23:48:40 +00:00
  • 372a82abf0 Fixed merging Don Allingham 2004-05-13 23:48:40 +00:00
  • 2bd66d6b4c pychecker fixes Don Allingham 2004-05-13 22:45:51 +00:00
  • 5b81ee5c12 pychecker fixes Don Allingham 2004-05-13 22:45:51 +00:00
  • 07cba5f931 * src/SubstKeywords.py (__init__): Typo. Alex Roitman 2004-05-13 22:42:42 +00:00
  • 5cbfb777a7 * src/SubstKeywords.py (__init__): Typo. Alex Roitman 2004-05-13 22:42:42 +00:00
  • 463ed4af7a Update Alex Roitman 2004-05-13 18:31:48 +00:00
  • 9c8c00e237 Update Alex Roitman 2004-05-13 18:31:48 +00:00
  • 6603fe8932 * src/Plugins.py: Do not pass parent to the reports. Alex Roitman 2004-05-13 18:24:38 +00:00
  • cf90f85775 * src/Plugins.py: Do not pass parent to the reports. Alex Roitman 2004-05-13 18:24:38 +00:00
  • 929307150c * src/RelLib.py (probably_alive): Typos. Alex Roitman 2004-05-13 18:12:37 +00:00
  • 8ede703f9e * src/RelLib.py (probably_alive): Typos. Alex Roitman 2004-05-13 18:12:37 +00:00
  • 4f3839e0d0 * src/plugins/ChangeTypes.py: Use transaction for commits. Alex Roitman 2004-05-13 04:21:27 +00:00
  • a22fd16986 * src/plugins/ChangeTypes.py: Use transaction for commits. Alex Roitman 2004-05-13 04:21:27 +00:00
  • 653d5499ee * src/plugins/Check.py: Use transaction for commits. * src/plugins/PatchNames.py: Use transaction for commits. Alex Roitman 2004-05-13 04:18:47 +00:00
  • 0fe415ecec * src/plugins/Check.py: Use transaction for commits. * src/plugins/PatchNames.py: Use transaction for commits. Alex Roitman 2004-05-13 04:18:47 +00:00
  • df99dc444d * src/plugins/ChangeTypes.py: Remove Utils.modified() call. * src/plugins/Check.py: Remove Utils.modified() call. * src/plugins/PatchNames.py: Remove Utils.modified() call. * src/plugins/ReadGedcom.py: Remove Utils.modified() call. * src/plugins/ReorderIds.py: Remove Utils.modified() call. * src/plugins/WriteCD.py: Remove Utils.modified() call. * src/plugins/WritePkg.py: Remove Utils.modified() call. * src/plugins/Merge.py: Typo. Alex Roitman 2004-05-13 00:49:17 +00:00
  • a3e78435d4 * src/plugins/ChangeTypes.py: Remove Utils.modified() call. * src/plugins/Check.py: Remove Utils.modified() call. * src/plugins/PatchNames.py: Remove Utils.modified() call. * src/plugins/ReadGedcom.py: Remove Utils.modified() call. * src/plugins/ReorderIds.py: Remove Utils.modified() call. * src/plugins/WriteCD.py: Remove Utils.modified() call. * src/plugins/WritePkg.py: Remove Utils.modified() call. * src/plugins/Merge.py: Typo. Alex Roitman 2004-05-13 00:49:17 +00:00
  • a15bf019b2 * src/GrampsCfg.py: remove unused options * src/gramps.glade: remove unused panels in preferences * src/Plugins.py: removed xpm images * src/EventEdit.py: get full event list * src/plugins/AncestorChart.py: remove xpm image * src/plugins/AncestorChart2.py: remove xpm image * src/plugins/AncestorReport.py: remove xpm image * src/plugins/Ancestors.py: remove xpm image * src/plugins/BookReport.py: remove xpm image * src/plugins/CustomBookText.py: remove xpm image * src/plugins/DesGraph.py: remove xpm image * src/plugins/DescendReport.py: remove xpm image * src/plugins/DetAncestralReport.py: remove xpm image * src/plugins/DetDescendantReport.py: remove xpm image * src/plugins/FamilyGroup.py: remove xpm image * src/plugins/FtmStyleAncestors.py: remove xpm image * src/plugins/FtmStyleDescendants.py: remove xpm image * src/plugins/IndivComplete.py: remove xpm image * src/plugins/IndivSummary.py: remove xpm image * src/plugins/Makefile.in: remove xpm image * src/plugins/SimpleBookTitle.py: remove xpm image * src/plugins/WebPage.py: remove xpm image * src/RelLib.py: secondary index for event names Don Allingham 2004-05-12 03:58:14 +00:00
  • d43745dc97 * src/GrampsCfg.py: remove unused options * src/gramps.glade: remove unused panels in preferences * src/Plugins.py: removed xpm images * src/EventEdit.py: get full event list * src/plugins/AncestorChart.py: remove xpm image * src/plugins/AncestorChart2.py: remove xpm image * src/plugins/AncestorReport.py: remove xpm image * src/plugins/Ancestors.py: remove xpm image * src/plugins/BookReport.py: remove xpm image * src/plugins/CustomBookText.py: remove xpm image * src/plugins/DesGraph.py: remove xpm image * src/plugins/DescendReport.py: remove xpm image * src/plugins/DetAncestralReport.py: remove xpm image * src/plugins/DetDescendantReport.py: remove xpm image * src/plugins/FamilyGroup.py: remove xpm image * src/plugins/FtmStyleAncestors.py: remove xpm image * src/plugins/FtmStyleDescendants.py: remove xpm image * src/plugins/IndivComplete.py: remove xpm image * src/plugins/IndivSummary.py: remove xpm image * src/plugins/Makefile.in: remove xpm image * src/plugins/SimpleBookTitle.py: remove xpm image * src/plugins/WebPage.py: remove xpm image * src/RelLib.py: secondary index for event names Don Allingham 2004-05-12 03:58:14 +00:00
  • 09f9ce5288 * src/plugins/EventCmp.py: Remove extra code. * src/plugins/eventcmp.glade: Remove extra widgets. Alex Roitman 2004-05-12 00:26:43 +00:00
  • a0aaf83b0c * src/plugins/EventCmp.py: Remove extra code. * src/plugins/eventcmp.glade: Remove extra widgets. Alex Roitman 2004-05-12 00:26:43 +00:00
  • a48c6d8344 Update Alex Roitman 2004-05-11 02:34:33 +00:00
  • 54d4c339c5 Update Alex Roitman 2004-05-11 02:34:33 +00:00
  • ac562c81fa * src/plugins/Eval.py: Window management. Replaces eval.py. * src/plugins/eval.py: Remove from CVS. * src/plugins/eval.glade: Define event handler. * src/plugins/Leak.py: Window management. Replaces leak.py. * src/plugins/leak.py: Remove from CVS. * src/plugins/leak.glade: Define event handler. Alex Roitman 2004-05-11 02:21:09 +00:00
  • a211dd41d1 * src/plugins/Eval.py: Window management. Replaces eval.py. * src/plugins/eval.py: Remove from CVS. * src/plugins/eval.glade: Define event handler. * src/plugins/Leak.py: Window management. Replaces leak.py. * src/plugins/leak.py: Remove from CVS. * src/plugins/leak.glade: Define event handler. Alex Roitman 2004-05-11 02:21:09 +00:00
  • 33e69e8d45 * src/plugins/SoundGen.py: Window management. Replaces soundgen.py. * src/plugins/soundgen.py: Remove from CVS. * src/plugins/soundex.glade: Define event handler. * src/plugins/RelCalc.py: Window management. * src/plugins/relcalc.glade: Define event handler. * src/plugins/Makefile.am: Ship SoundGen.py instead of soundgen.py. * src/plugins/Verify.py: Window management. * src/plugins/verify.glade: Define event handler. Alex Roitman 2004-05-11 01:51:56 +00:00
  • 739729de97 * src/plugins/SoundGen.py: Window management. Replaces soundgen.py. * src/plugins/soundgen.py: Remove from CVS. * src/plugins/soundex.glade: Define event handler. * src/plugins/RelCalc.py: Window management. * src/plugins/relcalc.glade: Define event handler. * src/plugins/Makefile.am: Ship SoundGen.py instead of soundgen.py. * src/plugins/Verify.py: Window management. * src/plugins/verify.glade: Define event handler. Alex Roitman 2004-05-11 01:51:56 +00:00
  • 2fea4c06a2 Update Alex Roitman 2004-05-11 00:17:23 +00:00
  • b54c253e6b Update Alex Roitman 2004-05-11 00:17:23 +00:00
  • c2e42c8ea3 * src/plugins/Desbrowser.py: Convert to db; window management. * src/plugins/desbrowse.glade: Define event handler. * src/plugins/EventCmp.py: Clean up window management. * src/plugins/eventcmp.glade: Define event handler. * src/plugins/Check.py: Clean up conversion to db. * src/plugins/summary.glade: Make dialog modal. * src/plugins/Merge.py: Window management. * src/plugins/merge.glade: Define event handlers. * src/plugins/ChangeTypes.py: Convert to db. Alex Roitman 2004-05-10 23:50:30 +00:00
  • d13881f428 * src/plugins/Desbrowser.py: Convert to db; window management. * src/plugins/desbrowse.glade: Define event handler. * src/plugins/EventCmp.py: Clean up window management. * src/plugins/eventcmp.glade: Define event handler. * src/plugins/Check.py: Clean up conversion to db. * src/plugins/summary.glade: Make dialog modal. * src/plugins/Merge.py: Window management. * src/plugins/merge.glade: Define event handlers. * src/plugins/ChangeTypes.py: Convert to db. Alex Roitman 2004-05-10 23:50:30 +00:00
  • 7b5fe66fe5 * src/plugins/FilterEditor.py: Clean up window management. * src/rule.glade: Define event handlers. Alex Roitman 2004-05-10 13:08:47 +00:00
  • 00ef803ae4 * src/plugins/FilterEditor.py: Clean up window management. * src/rule.glade: Define event handlers. Alex Roitman 2004-05-10 13:08:47 +00:00
  • e48a5e9df5 * src/Plugins.py: Pass parent class to the tools. * src/rule.glade: Define event handlers. * src/gramps_main.py: Pass parent class to the tools. * src/plugins/EventCmp.py: Window management. * src/plugins/FilterEditor.py: Window management. * src/plugins/PatchNames.py: Window management. * src/plugins/eventcmp.glade: Define event handlers. * src/plugins/patchnames.glade: Define event handlers. Alex Roitman 2004-05-10 04:54:10 +00:00
  • 8d4c034b86 * src/Plugins.py: Pass parent class to the tools. * src/rule.glade: Define event handlers. * src/gramps_main.py: Pass parent class to the tools. * src/plugins/EventCmp.py: Window management. * src/plugins/FilterEditor.py: Window management. * src/plugins/PatchNames.py: Window management. * src/plugins/eventcmp.glade: Define event handlers. * src/plugins/patchnames.glade: Define event handlers. Alex Roitman 2004-05-10 04:54:10 +00:00
  • ffda353d04 * src/DbPrompter.py: added a .grdb if not specified. Don Allingham 2004-05-10 03:13:43 +00:00
  • 9d1890dc84 * src/DbPrompter.py: added a .grdb if not specified. Don Allingham 2004-05-10 03:13:43 +00:00
  • 4a50bd67de * src/plugins/PatchNames.py: Clean up conversion to db. * src/plugins/patchnames.glade: HIGify dialog. * src/plugins/Merge.py: Convert to db. * src/plugins/merge.glade: HIGify dialogs. Alex Roitman 2004-05-09 16:32:13 +00:00
  • 62be72e287 * src/plugins/PatchNames.py: Clean up conversion to db. * src/plugins/patchnames.glade: HIGify dialog. * src/plugins/Merge.py: Convert to db. * src/plugins/merge.glade: HIGify dialogs. Alex Roitman 2004-05-09 16:32:13 +00:00
  • 5096515922 Update Alex Roitman 2004-05-09 14:35:22 +00:00
  • 797ceddf6c Update Alex Roitman 2004-05-09 14:35:22 +00:00
  • babd135df0 * src/plugins/Check.py: Clean up conversion to db. Alex Roitman 2004-05-09 04:02:26 +00:00
  • b47a7b3cdc * src/plugins/Check.py: Clean up conversion to db. Alex Roitman 2004-05-09 04:02:26 +00:00
  • 3b246d35be * src/plugins/EventCmp.py: Convert to db. * src/plugins/eventcmp.glade: HIGify dialogs. Alex Roitman 2004-05-09 03:44:59 +00:00
  • 05c870d235 * src/plugins/EventCmp.py: Convert to db. * src/plugins/eventcmp.glade: HIGify dialogs. Alex Roitman 2004-05-09 03:44:59 +00:00
  • 1b8fa18cc7 * src/DbPrompter.py: handle open dialog in a clean manner * src/gramps.py: handle open dialog in a clean manner * src/gramps_main.py: handle open dialog in a clean manner * src/gramps.glade: handle open dialog in a clean manner Don Allingham 2004-05-08 04:48:59 +00:00
  • 2d5e249839 * src/DbPrompter.py: handle open dialog in a clean manner * src/gramps.py: handle open dialog in a clean manner * src/gramps_main.py: handle open dialog in a clean manner * src/gramps.glade: handle open dialog in a clean manner Don Allingham 2004-05-08 04:48:59 +00:00
  • 1f1119b67e Update Alex Roitman 2004-05-08 04:26:09 +00:00
  • 15ccb443a0 Update Alex Roitman 2004-05-08 04:26:09 +00:00
  • 33837784a1 * src/plugins/soundgen.py: Convert to db. * src/plugins/GraphViz.py: Typo. * src/plugins/Verify.py: Convert to db. Alex Roitman 2004-05-08 03:29:21 +00:00
  • 963ea4c80a * src/plugins/soundgen.py: Convert to db. * src/plugins/GraphViz.py: Typo. * src/plugins/Verify.py: Convert to db. Alex Roitman 2004-05-08 03:29:21 +00:00
  • b4d935cfbb Update Alex Roitman 2004-05-07 23:34:53 +00:00
  • d5f0618ac1 Update Alex Roitman 2004-05-07 23:34:53 +00:00
  • ea85178b56 * src/SelectPerson.py: Resolve widget naming conflict. * src/plugins/BookReport.py: Convert to db. Alex Roitman 2004-05-07 04:27:44 +00:00
  • 99e0ef5812 * src/SelectPerson.py: Resolve widget naming conflict. * src/plugins/BookReport.py: Convert to db. Alex Roitman 2004-05-07 04:27:44 +00:00
  • fe2831dc44 Minor updates Alex Roitman 2004-05-07 04:27:16 +00:00
  • 253eb3ebfe Minor updates Alex Roitman 2004-05-07 04:27:16 +00:00
  • 149da4a70a * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. Alex Roitman 2004-05-07 04:11:31 +00:00
  • a0454e9ac8 * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. Alex Roitman 2004-05-07 04:11:31 +00:00
  • f06eb991a3 fix select person again Don Allingham 2004-05-07 03:58:26 +00:00
  • 350f5d5077 fix select person again Don Allingham 2004-05-07 03:58:26 +00:00
  • f2d1eccdfa * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. Alex Roitman 2004-05-07 02:58:29 +00:00
  • 4b52b0b83a * src/gramps.glade: Resolve widget naming conflict. * src/SelectPerson: Resolve widget naming conflict. Alex Roitman 2004-05-07 02:58:29 +00:00