[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Corrected copyright and author list
noreply at xfce.org
noreply at xfce.org
Sun Apr 19 02:55:08 CEST 2015
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.
commit 405f94aebf324abd319859cde8bbfd9ded5400f9
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sun Apr 19 01:54:58 2015 +0100
Corrected copyright and author list
Also, reduced timout.
---
panel-plugin/pulseaudio-notify.c | 4 +++-
panel-plugin/pulseaudio-notify.h | 3 ++-
panel-plugin/pulseaudio-plugin.c | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/pulseaudio-notify.c b/panel-plugin/pulseaudio-notify.c
index 62c9fe0..6af6234 100644
--- a/panel-plugin/pulseaudio-notify.c
+++ b/panel-plugin/pulseaudio-notify.c
@@ -1,4 +1,5 @@
-/* Copyright (c) 2015 Andrzej <ndrwrdck at gmail.com>
+/* Copyright (c) 2009-2015 Steve Dodier-Lazaro <sidi at xfce.org>
+ * Copyright (c) 2015 Andrzej <ndrwrdck at gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -118,6 +119,7 @@ pulseaudio_notify_init (PulseaudioNotify *notify)
g_list_free (caps_list);
}
notify->notification = notify_notification_new ("xfce4-pulseaudio-plugin", NULL, NULL);
+ notify_notification_set_timeout (notify->notification, 1500);
}
diff --git a/panel-plugin/pulseaudio-notify.h b/panel-plugin/pulseaudio-notify.h
index 0922ee5..4d05d31 100644
--- a/panel-plugin/pulseaudio-notify.h
+++ b/panel-plugin/pulseaudio-notify.h
@@ -1,4 +1,5 @@
-/* Copyright (c) 2015 Andrzej <ndrwrdck at gmail.com>
+/* Copyright (c) 2009-2015 Steve Dodier-Lazaro <sidi at xfce.org>
+ * Copyright (c) 2015 Andrzej <ndrwrdck at gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/panel-plugin/pulseaudio-plugin.c b/panel-plugin/pulseaudio-plugin.c
index 76f360c..bea9571 100644
--- a/panel-plugin/pulseaudio-plugin.c
+++ b/panel-plugin/pulseaudio-plugin.c
@@ -196,6 +196,8 @@ pulseaudio_plugin_show_about (XfcePanelPlugin *plugin)
{
"Andrzej Radecki <ndrwrdck at gmail.com>",
"Guido Berhoerster <guido+xfce at berhoerster.name>",
+ "Simon Steinbeiss <simon at xfce.org>",
+ "Steve Dodier-Lazaro <sidi at xfce.org>",
NULL
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list