By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 695
Collapse All | Expand All

(-)kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/base/sigslot.h.ORI (+1 lines)
Lines 80-85 Link Here
80
80
81
#include <set>
81
#include <set>
82
#include <list>
82
#include <list>
83
#include <cstddef>
83
84
84
// On our copy of sigslot.h, we force single threading
85
// On our copy of sigslot.h, we force single threading
85
#define SIGSLOT_PURE_ISO
86
#define SIGSLOT_PURE_ISO
(-)kdenetwork/kopete/protocols/jabber/CMakeLists.txt.ORI (-1 / +1 lines)
Lines 80-85 Link Here
80
    jabberclient-static kopetejabberui-static
80
    jabberclient-static kopetejabberui-static
81
    iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static
81
    iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static
82
    qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES}
82
    qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES}
83
    kopete-shared
83
    kopete-shared idn
84
  DESTINATION ${PLUGIN_INSTALL_DIR}
84
  DESTINATION ${PLUGIN_INSTALL_DIR}
85
)
85
)
(-)kdenetwork/kopete/protocols/jabber/kioslave/CMakeLists.txt.ORI (-1 / +1 lines)
Lines 37-42 Link Here
37
  LINK
37
  LINK
38
    jabberclient-static
38
    jabberclient-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared idn
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
42
)
42
)

Return to bug 695