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

List:       kde-bugs-dist
Subject:    [Bug 67253] New: kgpg: current CVS does not build (errors in
From:       Richard Smith <kde () metafoo ! co ! uk>
Date:       2003-11-05 1:08:25
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=67253     
           Summary: kgpg: current CVS does not build (errors in
                    keyservers.*) [PATCH]
           Product: kgpg
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: bj@altern.org
        ReportedBy: kde@metafoo.co.uk


Version:            (using KDE Devel)
Installed from:    Compiled sources

Class keyServer uses a variable dialogServer which is undeclared. The CVS diff below \
fixes this in the simplest way i could think of. I've not committed it to CVS in case \
it doesn't match the intent of the existing code.

Index: keyservers.cpp
===================================================================
RCS file: /home/kde/kdeutils/kgpg/keyservers.cpp,v
retrieving revision 1.30
diff -u -3 -p -r1.30 keyservers.cpp
--- keyservers.cpp      4 Nov 2003 23:58:24 -0000       1.30
+++ keyservers.cpp      5 Nov 2003 01:07:42 -0000
@@ -46,7 +46,7 @@

 #include "kgpgsettings.h"

-keyServer::keyServer(QWidget *parent, const char *name,bool modal):KDialogBase( \
Swallow, i18n("Key Server"), Close, Close, parent, name,modal) \
+keyServer::keyServer(QWidget *parent, const char *name,bool modal):KDialogBase( \
Swallow, i18n("Key Server"), Close, Close, parent, name,modal), dialogServer(0)  {
         config=kapp->config();

Index: keyservers.h
===================================================================
RCS file: /home/kde/kdeutils/kgpg/keyservers.h,v
retrieving revision 1.16
diff -u -3 -p -r1.16 keyservers.h
--- keyservers.h        15 Oct 2003 14:10:49 -0000      1.16
+++ keyservers.h        5 Nov 2003 01:07:42 -0000
@@ -68,6 +68,7 @@ private:
         int count;
         bool cycle;
         KListViewItem *kitem;
+        KDialogBase *dialogServer;
 };

 #endif


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

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