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

List:       kde-commits
Subject:    KDE/kdetoys/kweather
From:       Allen Winter <winter () kde ! org>
Date:       2007-12-27 22:45:41
Message-ID: 1198795541.292043.2526.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 753603 by winterz:

Fix for "Weather Service Setup" configuration dialog buttons problem
Patch provided by FiNeX.
BUGS: 152408


 M  +4 -2      serviceconfigwidget.cpp  


--- trunk/KDE/kdetoys/kweather/serviceconfigwidget.cpp #753602:753603
@@ -60,8 +60,10 @@
   : wsPrefs( parent), mService(0)
 {
   mService = new OrgKdeKweatherServiceInterface( "org.kde.KWeatherService", \
                "/Service", QDBusConnection::sessionBus() );
-  connect( mAllStations, SIGNAL( doubleClicked ( Q3ListViewItem *, const QPoint &, \
                int ) ), SLOT( addStation() ) );
-    connect( mSelectedStations, SIGNAL( doubleClicked ( Q3ListViewItem *, const \
QPoint &, int ) ), SLOT( removeStation() ) ); +  connect( mAllStations, \
SIGNAL(doubleClicked(Q3ListViewItem*,const QPoint&,int)), SLOT(addStation()) ); +  \
connect( mSelectedStations, SIGNAL(doubleClicked(Q3ListViewItem*,const QPoint&,int)), \
SLOT(removeStation()) ); +  connect( mAddButton, SIGNAL(clicked()), this, \
SLOT(addStation()) ); +  connect( mRemoveButton, SIGNAL(clicked()), this,  \
SLOT(removeStation()) );  
   initGUI();
   loadLocations();


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

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