-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index e5addec..c506e98 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp | |||
@@ -787,34 +787,33 @@ bool AddressbookWindow::save() | |||
787 | } | 787 | } |
788 | return TRUE; | 788 | return TRUE; |
789 | } | 789 | } |
790 | 790 | ||
791 | #ifdef __DEBUG_RELEASE | 791 | #ifdef __DEBUG_RELEASE |
792 | void AddressbookWindow::slotSave() | 792 | void AddressbookWindow::slotSave() |
793 | { | 793 | { |
794 | save(); | 794 | save(); |
795 | } | 795 | } |
796 | #endif | 796 | #endif |
797 | 797 | ||
798 | 798 | ||
799 | void AddressbookWindow::slotNotFound() | 799 | void AddressbookWindow::slotNotFound() |
800 | { | 800 | { |
801 | qWarning("Got notfound signal !"); | 801 | qWarning("Got notfound signal !"); |
802 | QMessageBox::information( this, tr( "Not Found" ), | 802 | QMessageBox::information( this, tr( "Not Found" ), |
803 | tr( "Unable to find a contact for this" ) + "\n" | 803 | tr( "Unable to find a contact for this \n search pattern!" ) ); |
804 | + tr( "search pattern !" ) ); | ||
805 | 804 | ||
806 | 805 | ||
807 | } | 806 | } |
808 | void AddressbookWindow::slotWrapAround() | 807 | void AddressbookWindow::slotWrapAround() |
809 | { | 808 | { |
810 | qWarning("Got wrap signal !"); | 809 | qWarning("Got wrap signal !"); |
811 | // if ( doNotifyWrapAround ) | 810 | // if ( doNotifyWrapAround ) |
812 | // QMessageBox::information( this, tr( "End of list" ), | 811 | // QMessageBox::information( this, tr( "End of list" ), |
813 | // tr( "End of list. Wrap around now.. !" ) + "\n" ); | 812 | // tr( "End of list. Wrap around now.. !" ) + "\n" ); |
814 | 813 | ||
815 | } | 814 | } |
816 | 815 | ||
817 | void AddressbookWindow::slotSetCategory( int c ) | 816 | void AddressbookWindow::slotSetCategory( int c ) |
818 | { | 817 | { |
819 | qWarning( "void AddressbookWindow::slotSetCategory( %d ) from %d", c, catMenu->count() ); | 818 | qWarning( "void AddressbookWindow::slotSetCategory( %d ) from %d", c, catMenu->count() ); |
820 | 819 | ||