[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/krdc
From:       Brad Hards <bradh () frogmouth ! net>
Date:       2006-08-20 6:43:10
Message-ID: 1156056190.887254.7041.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 574777 by bhards:

Fix the problem where you could delete hosts from
the HostProfiles list, but the change never
actually got committed.

The cause of this problem is that slots don't get
automatically connected any more.


 M  +1 -0      preferencesdialog.cpp  


--- trunk/KDE/kdenetwork/krdc/preferencesdialog.cpp #574776:574777
@@ -35,6 +35,7 @@
   setCaption( i18n( "Preferences" ) );
   setButtons( Ok | Cancel );
   setDefaultButton( Ok );
+  connect( this, SIGNAL( okClicked() ), this, SLOT( slotOk() ) );
   showButtonSeparator( true );
 
   KVBox *page;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic