diff options
Diffstat (limited to 'www-client/opera/files/opera-qt.2.patch')
-rw-r--r-- | www-client/opera/files/opera-qt.2.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www-client/opera/files/opera-qt.2.patch b/www-client/opera/files/opera-qt.2.patch deleted file mode 100644 index deadae40bc37..000000000000 --- a/www-client/opera/files/opera-qt.2.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- opera.org 2005-08-04 10:19:53.000000000 +0200 -+++ opera 2005-08-04 10:20:17.000000000 +0200 -@@ -195,6 +195,13 @@ - fi - done - -+if [ -f ~/.qt/qtrc ]; then -+ STYLE="$(grep style= ~/.qt/qtrc | cut -c7-)" -+ if [ ! -z "$STYLE" ]; then -+ STYLE="-style '$STYLE'" -+ fi -+fi -+ - # Running Opera --eval exec "'${OPERA_BINARYDIR}opera' $passflags" -+eval exec "'${OPERA_BINARYDIR}opera' $passflags $STYLE" - |