--Boundary-00=_rEDJ+PoO8Lar5IG Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Here is another patch I have sitting on my HD for the last few months. I have not experienced any problems with applets, but am not using so many third party applets. CPH On Tuesday 29 October 2002 11:32, CP Hennessy wrote: > On Tuesday 29 October 2002 11:37, Carsten Pfeiffer wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > > > On Tuesday 29 October 2002 09:07, Stephan Kulow wrote: > > > Well, I can't say. If the kicker maintainers couldn't come up with > > > a reason why they need(ed) libkonq, I would say commit it. > > > > It was for KBookmark for example. I'm wondering what happens with > > third-party applets, that use libkonq features. > > I guess to be safe ( since this is quite minor ) I should wait until 3.2 > developement is started ? > The only real advantage of this patch is that it can save 0.35 seconds > on startup for me. > > CPH > > > Cheers > > Carsten Pfeiffer > > -----BEGIN PGP SIGNATURE----- > > > > iQEVAwUBPb5y36WgYMJuwmZtAQE0MQgAmY+frxEPInxDbW0NT3773MfF/2EcTyPP > > BhEkHMPbeTaMTy6DuwqOLAJt5biBY7teveAuwNNBOUTd8kINVfTwXjmUweB5iTDk > > aERDHgKcbuLpgpWIfu52GdKPX5YvOss+a1iswZl1CHCpG+o6xFtEJLqWj+W1jWgg > > +RtfWvYROOUu+LI5xmSHqfbSXZVN4a8BbqosYn7XvLLsBGOniSeL+njM9xCyujTF > > Rzk3B4RUCQ7fi6PNvaKRGHcEPRIbbaUCoM+uTDqDZ2t4lt3IbRbNVfNFtxh0Wqch > > VinY8dJTynkA1jWxHoTeAtOYd59MB5oywv9ffzERGFZDbI8ethHRwg== > > =IqXK > > -----END PGP SIGNATURE----- --Boundary-00=_rEDJ+PoO8Lar5IG Content-Type: text/x-diff; charset="iso-8859-1"; name="kicker.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kicker.patch" Index: Makefile.am =================================================================== RCS file: /home/kde/kdebase/kicker/share/Makefile.am,v retrieving revision 1.7 diff -u -3 -p -u -r1.7 Makefile.am --- Makefile.am 13 Feb 2002 10:18:52 -0000 1.7 +++ Makefile.am 14 Jan 2003 15:46:04 -0000 @@ -6,7 +6,7 @@ libkickermain_la_SOURCES = pluginloader. libkickermain_la_METASOURCES = AUTO libkickermain_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module -no-undefined -libkickermain_la_LIBADD = $(LIB_KDECORE) $(LIB_KDEUI) $(top_builddir)/libkonq/libkonq.la +libkickermain_la_LIBADD = $(LIB_KDECORE) $(LIB_KDEUI) messages: $(XGETTEXT) *.cpp *.h -o $(podir)/libkicker.pot --Boundary-00=_rEDJ+PoO8Lar5IG--