summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-2-102
-rwxr-xr-xgtk/gtktrayicon-x11.c5
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8654cc2771..2414243ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-08-29 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktrayicon.c: Add a pointer to the spec.
+
* gtk/gtkstatusicon-x11.c: Add docs.
* gtk/gtkstatusicon.h: Fix a typo.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8654cc2771..2414243ba8 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,7 @@
2005-08-29 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktrayicon.c: Add a pointer to the spec.
+
* gtk/gtkstatusicon-x11.c: Add docs.
* gtk/gtkstatusicon.h: Fix a typo.
diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c
index 8f42c9d39f..f6a39e6a93 100755
--- a/gtk/gtktrayicon-x11.c
+++ b/gtk/gtktrayicon-x11.c
@@ -17,6 +17,11 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * This is an implementation of the freedesktop.org "system tray" spec,
+ * http://www.freedesktop.org/wiki/Standards/systemtray-spec
+ */
+
#include <config.h>
#include <string.h>
#include <libintl.h>