Bug 218108 - Can't enter payee details properly
Summary: Can't enter payee details properly
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 13:09 UTC by Tony B
Modified: 2009-12-12 11:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony B 2009-12-10 13:09:03 UTC
Version:           3.95 (using KDE 4.3.0)
OS:                Linux
Installed from:    Compiled From Sources

I'm trying to enter "Transfer cahoot -> Barclays" as the payee. While I'm entering the first word, I get the popup of all appropriate matching payees, as expected. When I enter the first letter of cahoot, the list disappears since there are no existing matches. When I enter the next letter, what I have typed in the payee field disappears and I get another popup list of all matching the letter a!!

Using SVN as of 9 Dec pm.
Comment 1 Cristian Oneț 2009-12-11 09:19:37 UTC
(In reply to comment #0)
> Version:           3.95 (using KDE 4.3.0)
> OS:                Linux
> Installed from:    Compiled From Sources
> 
> I'm trying to enter "Transfer cahoot -> Barclays" as the payee. While I'm
> entering the first word, I get the popup of all appropriate matching payees, as
> expected. When I enter the first letter of cahoot, the list disappears since
> there are no existing matches. When I enter the next letter, what I have typed
> in the payee field disappears and I get another popup list of all matching the
> letter a!!
> 
> Using SVN as of 9 Dec pm.
I've committed a fix for this problem on the 5'th of December (revision 1058779). Are you sure that you're using SVN from 9? Which is the revision number?
If you're sure that you have that fix and it does not work for you can you tell me where are you seeing this? In the payee widget of the transaction form?
Comment 2 Tony B 2009-12-12 10:20:39 UTC
Okay, I just checked out and built afresh, and the problem is fixed. I guess I must have had a bit of finger trouble with the previous install, sorry.

While trying to uninstall the old version, I got the following error. Is this a result of whatever it was I did wrong, or is it a bug? If so, should I raise a report for it?

tonyb@crispin:~/dvkmm4/kmymoney/qtcreator-build> sudo make uninstall
/usr/bin/cmake -H/home/tonyb/dvkmm4/kmymoney -B/home/tonyb/dvkmm4/kmymoney/qtcreator-build --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 uninstall
make[1]: Entering directory `/home/tonyb/dvkmm4/kmymoney/qtcreator-build'
/usr/bin/cmake -H/home/tonyb/dvkmm4/kmymoney -B/home/tonyb/dvkmm4/kmymoney/qtcreator-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/tonyb/dvkmm4/kmymoney/qtcreator-build/CMakeFiles 0
make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
make[2]: Entering directory `/home/tonyb/dvkmm4/kmymoney/qtcreator-build'
make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
make[3]: Entering directory `/home/tonyb/dvkmm4/kmymoney/qtcreator-build'
cd /home/tonyb/dvkmm4/kmymoney/qtcreator-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tonyb/dvkmm4/kmymoney /home/tonyb/dvkmm4/kmymoney /home/tonyb/dvkmm4/kmymoney/qtcreator-build /home/tonyb/dvkmm4/kmymoney/qtcreator-build /home/tonyb/dvkmm4/kmymoney/qtcreator-build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=
Scanning dependencies of target uninstall
make[3]: Leaving directory `/home/tonyb/dvkmm4/kmymoney/qtcreator-build'
make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
make[3]: Entering directory `/home/tonyb/dvkmm4/kmymoney/qtcreator-build'
/usr/bin/cmake -P /home/tonyb/dvkmm4/kmymoney/qtcreator-build/cmake_uninstall.cmake
CMake Error at cmake_uninstall.cmake:2 (MESSAGE):
  Cannot find install manifest:
  "/home/tonyb/dvkmm4/kmymoney/qtcreator-build/install_manifest.txt"


make[3]: *** [CMakeFiles/uninstall] Error 1
Comment 3 Cristian Oneț 2009-12-12 11:38:48 UTC
Cannot find install manifest:
  "/home/tonyb/dvkmm4/kmymoney/qtcreator-build/install_manifest.txt"
The install manifest is missing. It contains a list of all the files that were installed on you're system. If by accident you remove this file you can't uninstall with cmake.