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

List:       kde-commits
Subject:    kdebase/klipper
From:       Esben Mose Hansen <kde () mosehansen ! dk>
Date:       2005-02-05 0:15:40
Message-ID: 20050205001540.6DFC21D21A () office ! kde ! org
[Download RAW message or body]

CVS commit by esben: 

The extra guard is no longer neccessary, apparantly.


  M +1 -0      configdialog.cpp   1.72
  M +1 -1      main.cpp   1.42
  M +2 -0      urlgrabber.cpp   1.46


--- kdebase/klipper/configdialog.cpp  #1.71:1.72
@@ -34,4 +34,5 @@
 #include <kparts/componentfactory.h>
 
+#include <kdebug.h>
 #include "configdialog.h"
 

--- kdebase/klipper/main.cpp  #1.41:1.42
@@ -31,5 +31,5 @@
 #include "version.h"
 
-#if defined Q_WS_X11 && ! defined K_WS_QTONLY
+#if defined Q_WS_X11
 #include <qxembed.h> // schroder
 #endif

--- kdebase/klipper/urlgrabber.cpp  #1.45:1.46
@@ -439,4 +439,5 @@ ClipAction::ClipAction( KConfig *kc )
         kc->setGroup( group.arg( i ) );
 
+        kdDebug() << "kc->isDollarExpansion=" <<  kc->readEntry( "Commandline" ) << endl;
         addCommand( kc->readPathEntry( "Commandline" ),
                     kc->readEntry( "Description" ), // i18n'ed
@@ -457,4 +458,5 @@ void ClipAction::addCommand( const QStri
     if ( command.isEmpty() )
         return;
+    kdDebug() << "command->command=" << command << endl;
 
     struct ClipCommand *cmd = new ClipCommand( command, description, enabled, icon );


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

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