Skip to content

Commit

Permalink
Feature: Linux systray: Remove incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Betterbird committed Jan 16, 2023
1 parent be991b0 commit 49888b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 102/features/12-feature-linux-systray-betterbird.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HG changeset patch
# User Betterbird <[email protected]>
# Date 1673537952 -3600
# Parent 8c5e05413a2add616f1ef1e5ccd1465649654c86
# Date 1673862277 -3600
# Parent 214410f47f762b141341e4772802a1d83192aa97
Feature: Linux systray.

diff --git a/mail/branding/betterbird/newmail22.png b/mail/branding/betterbird/newmail22.png
Expand Down Expand Up @@ -249,7 +249,7 @@ diff --git a/mailnews/base/src/moz.build b/mailnews/base/src/moz.build
diff --git a/mailnews/base/src/nsMessengerUnixIntegration.cpp b/mailnews/base/src/nsMessengerUnixIntegration.cpp
--- a/mailnews/base/src/nsMessengerUnixIntegration.cpp
+++ b/mailnews/base/src/nsMessengerUnixIntegration.cpp
@@ -1,24 +1,70 @@
@@ -1,24 +1,66 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand All @@ -260,10 +260,10 @@ diff --git a/mailnews/base/src/nsMessengerUnixIntegration.cpp b/mailnews/base/sr
+#include "../../../third_party/appindicator/app-indicator.h"
+#include "mozilla/Preferences.h"

/**
* This is only a placeholder for now, register it in components.conf later if
* needed.
*/
-/**
- * This is only a placeholder for now, register it in components.conf later if
- * needed.
- */
nsMessengerUnixIntegration::nsMessengerUnixIntegration() {}

NS_IMPL_ISUPPORTS(nsMessengerUnixIntegration, nsIMessengerOSIntegration)
Expand Down

0 comments on commit 49888b7

Please sign in to comment.