[Xfce4-commits] [apps/xfce4-notifyd] 08/24: panel-plugin: Fix some meta information and change icon
noreply at xfce.org
noreply at xfce.org
Fri Sep 8 23:27:39 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-notifyd.
commit 258145dc4ede3df8bd97dc5545739abee35ffbe3
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Aug 22 08:21:12 2017 +0200
panel-plugin: Fix some meta information and change icon
As we're going to depend on xfce4-notifyd, we may
as well use its icon.
---
icons/Makefile.am | 2 --
panel-plugin/notification-plugin-dialogs.c | 2 +-
panel-plugin/notification-plugin-dialogs.h | 2 +-
panel-plugin/notification-plugin-log.c | 2 +-
panel-plugin/notification-plugin-log.h | 2 +-
panel-plugin/notification-plugin.c | 2 +-
panel-plugin/notification-plugin.desktop.in | 2 +-
panel-plugin/notification-plugin.h | 4 ++--
8 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 725f229..f64dc7e 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
SUBDIRS = \
scalable
diff --git a/panel-plugin/notification-plugin-dialogs.c b/panel-plugin/notification-plugin-dialogs.c
index 62bebad..7253353 100644
--- a/panel-plugin/notification-plugin-dialogs.c
+++ b/panel-plugin/notification-plugin-dialogs.c
@@ -31,7 +31,7 @@
#include "notification-plugin-dialogs.h"
/* the website url */
-#define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-sample-plugin"
+#define PLUGIN_WEBSITE "https://docs.xfce.org/apps/notifyd/start"
diff --git a/panel-plugin/notification-plugin-dialogs.h b/panel-plugin/notification-plugin-dialogs.h
index 802340e..81b7423 100644
--- a/panel-plugin/notification-plugin-dialogs.h
+++ b/panel-plugin/notification-plugin-dialogs.h
@@ -1,6 +1,6 @@
/* xfce4-notification-plugin
*
- * Copyright (C) 2017 Simon Steinbeiss <simon at xfce.org>
+ * Copyright (C) 2017 Simon Steinbeiß <simon at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/panel-plugin/notification-plugin-log.c b/panel-plugin/notification-plugin-log.c
index 12ad97d..19cfea3 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -1,6 +1,6 @@
/* xfce4-notification-plugin
*
- * Copyright (C) 2017 Simon Steinbeiss <simon at xfce.org>
+ * Copyright (C) 2017 Simon Steinbeiß <simon at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/panel-plugin/notification-plugin-log.h b/panel-plugin/notification-plugin-log.h
index 81b28d9..c2061d6 100644
--- a/panel-plugin/notification-plugin-log.h
+++ b/panel-plugin/notification-plugin-log.h
@@ -1,6 +1,6 @@
/* xfce4-notification-plugin
*
- * Copyright (C) 2017 Simon Steinbeiss <simon at xfce.org>
+ * Copyright (C) 2017 Simon Steinbeiß <simon at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/panel-plugin/notification-plugin.c b/panel-plugin/notification-plugin.c
index 8f83e81..25d3fd7 100644
--- a/panel-plugin/notification-plugin.c
+++ b/panel-plugin/notification-plugin.c
@@ -1,6 +1,6 @@
/* xfce4-notification-plugin
*
- * Copyright (C) 2017 Simon Steinbeiss <simon at xfce.org>
+ * Copyright (C) 2017 Simon Steinbeiß <simon at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/panel-plugin/notification-plugin.desktop.in b/panel-plugin/notification-plugin.desktop.in
index 9f8ca60..c2534e8 100644
--- a/panel-plugin/notification-plugin.desktop.in
+++ b/panel-plugin/notification-plugin.desktop.in
@@ -3,7 +3,7 @@ Type=X-XFCE-PanelPlugin
Encoding=UTF-8
_Name=Notification Plugin
_Comment=Notification plugin for the Xfce panel
-Icon=preferences-system-notifications
+Icon=xfce4-notifyd
X-XFCE-Module=notification-plugin
X-XFCE-Internal=false
X-XFCE-Unique=false
diff --git a/panel-plugin/notification-plugin.h b/panel-plugin/notification-plugin.h
index 7ebee68..d23da76 100644
--- a/panel-plugin/notification-plugin.h
+++ b/panel-plugin/notification-plugin.h
@@ -1,6 +1,6 @@
/* xfce4-notification-plugin
*
- * Copyright (C) 2017 Simon Steinbeiss <simon at xfce.org>
+ * Copyright (C) 2017 Simon Steinbeiß <simon at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ G_BEGIN_DECLS
#include <xfconf/xfconf.h>
-#define ICON_NAME "preferences-system-notifications"
+#define ICON_NAME "xfce4-notifyd"
/* plugin structure */
typedef struct
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list