diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | acinclude.m4 | 4 | ||||
m--------- | cmake | 0 |
3 files changed, 4 insertions, 4 deletions
@@ -138,7 +138,7 @@ Changes since version 0.9.1b - WMP's showdisplay object argument interpretation fix, it's about clip info - Fix current playlist item not visual selected and plugin's playlist not showing HTML object's arguments (regression in 0.9.1b compared to 0.9.1a) -- Fix KHTML setting palette on controlpanel, buttons weren't updated +- Fix TDEHTML setting palette on controlpanel, buttons weren't updated - Double click on video widget for Xine/Gst/Xv or background toggles fullscreen Changes since version 0.9.1a - WMP plugin fix for not showing video widget when 'controls' is @@ -213,7 +213,7 @@ Changes since version 0.9.1-pre1 - Playlist button of controlpanel has no use when in fullscreen or minimal mode, so reuse if for a back-to-normal-window button - Fixed bug in plugin, 0.9.1-pre1 only, that messed up all attributes passed - to KMPlayer from KHTML and likely breaking lots of webpages having + to KMPlayer from TDEHTML and likely breaking lots of webpages having audio/video and also omitting KMPlayer's checks for local access. - Shorten intro/exit animations and also animate the icon rise and fall - SMIL's regPoint/regAlign support diff --git a/acinclude.m4 b/acinclude.m4 index 09777ed..fa11c74 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2075,7 +2075,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KABC, "-lkabc") - AC_SUBST(LIB_KHTML, "-ltdehtml") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") @@ -2096,7 +2096,7 @@ elif test $kde_qtver = 2; then AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KFILE, "-ltdefile") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KHTML, "-ltdehtml") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") diff --git a/cmake b/cmake -Subproject 9a217903f9fa35ca12213a6e9ee3d2cb87d1131 +Subproject 274366fb8b90704586d7beef216b765cc0688b0 |