summaryrefslogtreecommitdiff
path: root/audio/amarok/patches/patch-ad
blob: e942d7f688b2bd0e04dcc829e89038af4a03c882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-ad,v 1.3 2010/10/02 10:08:31 wiz Exp $

commit 7dbec1171386f182be77942ae43dc3684a96cfc4
Author: Mark Kretschmann <kretschmann@kde.org>
Date:   Sat Oct 2 09:06:11 2010 +0200

    Better workaround for wrong applet size on startup.

    This version also works in the case that Amarok was hidden to
    tray before starting, and it does not produce a jerking motion
    when starting in fullscreen mode.
    Thanks to Felix Geyer <debfx-pkg@fobos.de> for the idea.

    It might worth to include this patch in Amarok packages.

--- src/App.h.orig	2010-09-15 21:24:11.000000000 +0000
+++ src/App.h
@@ -83,7 +83,6 @@ class AMAROK_EXPORT App : public KUnique
 
     private slots:
         void continueInit();
-        void resizeMainWindow();
 
     public slots:
         void applySettings( bool firstTime = false );