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

List:       kde-commits
Subject:    kdenox/konq-embed/kdesrc/khtml/patches
From:       Luciano Montanaro <mikelima () cirulla ! net>
Date:       2004-05-27 9:18:08
Message-ID: 20040527091808.4241894A1 () office ! kde ! org
[Download RAW message or body]

CVS commit by montanaro: 

Added patches needed for kdelibs 3.2


  A            disable_spelling_3.2.patch   1.1
  A            khtml_ecma_embedded_3.2.patch   1.1
  A            khtml_no_find_3.2.patch   1.1
  M +3 -3      disable_printing_3.2.patch   1.2


--- kdenox/konq-embed/kdesrc/khtml/patches/disable_printing_3.2.patch  #1.1:1.2
@@ -6,5 +6,5 @@
  #include "khtml_settings.h"
 +
-+#ifndef ENABLE_PRINTING
++#ifdef ENABLE_PRINTING
  #include "khtml_printsettings.h"
 +#endif // ENABLE_PRINTING
@@ -17,5 +17,5 @@
  #include <kstandarddirs.h>
 +
-+#ifndef ENABLE_PRINTING
++#ifdef ENABLE_PRINTING
  #include <kprinter.h>
 +#endif // ENABLE_PRINTING
@@ -28,5 +28,5 @@
  void KHTMLView::print(bool quick)
  {
-+#ifndef ENABLE_PRINTING // This code is not needed for kdenox for now
++#ifdef ENABLE_PRINTING // This code is not needed for kdenox for now
      if(!m_part->xmlDocImpl()) return;
      khtml::RenderCanvas *root = static_cast<khtml::RenderCanvas *>(m_part->xmlDocImpl()->renderer());


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

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