Revision 634936
Go back to digest for 25th February 2007Features in Educational
Jason Harris committed changes in /trunk/KDE/kdeedu/kstars/kstars/kstarsactions.cpp:
Restore ability to change the projectin system used to render the map.
Apparently at some point, the internal names used for actions by KActionCollection stopped being available as the objectName() of the action. So my use of "sender()->objectName()" in slotMapProjection() stopped working.
I'm now comparing the sender() object itself to actionCollection()->action("action_name")
File Changes
Modified 1 files
- /trunk/KDE/kdeedu/kstars/kstars/kstarsactions.cpp
1 files changed in total