[debian-edu-commits] debian-edu/ 01/01: d/p/003-indicator-support.diff: Correct the indicator icon name.
Unit 193
unit193-guest at moszumanska.debian.org
Tue Feb 13 11:07:04 UTC 2018
This is an automated email from the git hooks/post-receive script.
unit193-guest pushed a commit to branch master
in repository veracrypt.
commit c5c017eb4aea859694c765a3255222c6920b64f1
Author: Unit 193 <unit193 at ubuntu.com>
Date: Tue Feb 13 06:04:11 2018 -0500
d/p/003-indicator-support.diff: Correct the indicator icon name.
This caused issues in some notification panels, eg xfce4-statusnotifier-plugin, whereas others such as indicator-application gracefully fell back.
---
debian/patches/003-indicator-support.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/003-indicator-support.diff b/debian/patches/003-indicator-support.diff
index c72c511..f700bd6 100644
--- a/debian/patches/003-indicator-support.diff
+++ b/debian/patches/003-indicator-support.diff
@@ -65,7 +65,7 @@ Index: veracrypt-1.20/src/Main/Forms/MainFrame.cpp
+#endif
+#ifdef HAVE_INDICATORS
+ if (indicator == NULL) {
-+ indicator = app_indicator_new ("veracrypt", "veracrypt-indicator", APP_INDICATOR_CATEGORY_APPLICATION_STATUS);
++ indicator = app_indicator_new ("veracrypt", "veracrypt", APP_INDICATOR_CATEGORY_APPLICATION_STATUS);
+ app_indicator_set_status (indicator, APP_INDICATOR_STATUS_ACTIVE);
+
+ GtkWidget *menu = gtk_menu_new();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/veracrypt.git
More information about the debian-edu-commits
mailing list