fix incorrectly rebased patch
authorWolfgang Rosenauer <wr@rosenauer.org>
Tue, 12 Apr 2011 19:02:04 +0200
changeset 260 a9a2a9c8b831
parent 259 31beb466ca79
child 261 9e089fa4054b
fix incorrectly rebased patch
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
        }