Re: KSambaShare destructor proposed patch

2011-03-19 Thread Fabrice Ménard
kde and try to better understand the git workflow. I'll try to do that this weekend Bye -- Fabrice Ménard

KSambaShare destructor proposed patch

2011-03-18 Thread Fabrice Ménard
Hi, As KSambaShare and KDirWatch are global statics we must ensure that an object has not already been destroyed before calling anything on it. Regards, -- Fabrice Ménarddiff --git a/kio/kio/ksambashare.cpp b/kio/kio/ksambashare.cpp index e82f1b7..dfab22e 100644 --- a/kio/kio/ksambashare.cpp ++

Re: KEditListWidget

2011-03-18 Thread Fabrice Ménard
Le jeudi 17 mars 2011 23:40:32 Christoph Feck a écrit : > Do you need it in 4.6.2? I can apply to trunk, but I won't touch branches > until my git foo matures Trunk is ok for me. Thanks -- Fabrice Ménard

KEditListWidget

2011-03-17 Thread Fabrice Ménard
Hi, Please, can someone apply this tiny patch to make KEditListWidget work with KConfigDialogManager. Best regards, -- Fabrice Ménarddiff --git a/kdeui/dialogs/kconfigdialogmanager.cpp b/kdeui/dialogs/kconfigdialogmanager.cpp index 36f8531..0209f49 100644 --- a/kdeui/dialogs/kconfigdialogmanage

KDebug and KDE_NO_DEBUG_OUTPUT

2011-03-17 Thread Fabrice Ménard
Hi, kdebug.cpp should respect its header concerning KDebug::Block when the KDE_NO_DEBUG_OUTPUT directive is defined. Regards, -- Fabrice Ménarddiff --git a/kdecore/io/kdebug.cpp b/kdecore/io/kdebug.cpp index 62b7ee9..8100533 100644 --- a/kdecore/io/kdebug.cpp +++ b/kdecore/io/kdebug.cpp @@ -87