ext Cédric Bellegarde wrote:
> i'm using "about:blank" as home page, in this case, home button isn't really 
> usefull, this patch disable it when homepage is "about:blank".

+    if (ReKonfig::homePage() == "about:blank")
Maybe use QString::fromLatin1() to avoid using the default encoding for 
the string:
+    if (ReKonfig::homePage() == QString::fromLatin1("about:blank"))
?

I think the behavior could be confusing to users.

cheers,
Benjamin
_______________________________________________
rekonq mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/rekonq

Reply via email to