# HG changeset patch # User Wolfgang Rosenauer # Date 1302627724 -7200 # Node ID a9a2a9c8b831de623727c9fee4288dd3cf49f8a6 # Parent 31beb466ca79ed70e04013fe3e272974a862c990 fix incorrectly rebased patch diff -r 31beb466ca79 -r a9a2a9c8b831 mozilla-kde.patch --- a/mozilla-kde.patch Tue Apr 12 11:22:16 2011 +0200 +++ b/mozilla-kde.patch Tue Apr 12 19:02:04 2011 +0200 @@ -190,7 +190,8 @@ PRInt64 goat = PR_Now() - mStartTime; showTaskbarAlert = goat > alertIntervalUSec; -@@ -2237,17 +2250,17 @@ nsDownload::SetState(DownloadState aStat +@@ -2236,18 +2249,19 @@ nsDownload::SetState(DownloadState aStat + // If downloads are automatically removed per the user's // retention policy, there's no reason to make the text clickable // because if it is, they'll click open the download manager and // the items they downloaded will have been removed. @@ -198,8 +199,9 @@ NS_LITERAL_STRING(DOWNLOAD_MANAGER_ALERT_ICON), title, message, !removeWhenDone, EmptyString(), mDownloadManager, EmptyString()); - } -- } +- } ++ } + } + } // end non-KDE block }