Author: jannis
Date: 2007-01-16 10:08:36 +0000 (Tue, 16 Jan 2007)
New Revision: 24502
Modified:
libfrap/trunk/libfrap/menu/ChangeLog
libfrap/trunk/libfrap/menu/frap-menu-and-rules.c
libfrap/trunk/libfrap/menu/frap-menu-and-rules.h
libfrap/trunk/libfrap/menu/frap-menu-directory.c
libfrap/trunk/libfrap/menu/frap-menu-directory.h
libfrap/trunk/libfrap/menu/frap-menu-item-cache.c
libfrap/trunk/libfrap/menu/frap-menu-item-cache.h
libfrap/trunk/libfrap/menu/frap-menu-item-pool.c
libfrap/trunk/libfrap/menu/frap-menu-item-pool.h
libfrap/trunk/libfrap/menu/frap-menu-item.c
libfrap/trunk/libfrap/menu/frap-menu-item.h
libfrap/trunk/libfrap/menu/frap-menu-move.c
libfrap/trunk/libfrap/menu/frap-menu-move.h
libfrap/trunk/libfrap/menu/frap-menu-not-rules.c
libfrap/trunk/libfrap/menu/frap-menu-not-rules.h
libfrap/trunk/libfrap/menu/frap-menu-or-rules.c
libfrap/trunk/libfrap/menu/frap-menu-or-rules.h
libfrap/trunk/libfrap/menu/frap-menu-rules.c
libfrap/trunk/libfrap/menu/frap-menu-rules.h
libfrap/trunk/libfrap/menu/frap-menu-standard-rules.c
libfrap/trunk/libfrap/menu/frap-menu-standard-rules.h
libfrap/trunk/libfrap/menu/frap-menu.c
libfrap/trunk/libfrap/menu/frap-menu.h
libfrap/trunk/libfrap/menu/libfrapmenu.h
libfrap/trunk/libfrap/menu/tests/test-and-rules.c
libfrap/trunk/libfrap/menu/tests/test-display-root-menu.c
libfrap/trunk/libfrap/menu/tests/test-menu-item.c
libfrap/trunk/libfrap/menu/tests/test-not-rules.c
libfrap/trunk/libfrap/menu/tests/test-or-rules.c
libfrap/trunk/libfrap/menu/tests/test-root-menu.c
Log:
* frap-menu.c: Update documentation.
* *.c, tests/*.c: Update copyright years.
Modified: libfrap/trunk/libfrap/menu/ChangeLog
===================================================================
--- libfrap/trunk/libfrap/menu/ChangeLog 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/ChangeLog 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,5 +1,10 @@
-2006-01-16 Jannis Pohlmann <[EMAIL PROTECTED]>
+2007-01-16 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * frap-menu.c: Update documentation.
+ * *.c, tests/*.c: Update copyright years.
+
+2007-01-16 Jannis Pohlmann <[EMAIL PROTECTED]>
+
* frap-menu-environment.{c,h}, libfrapmenu.h, Makefile.am: Add
functions for defining the name of the desktop environment in
order to ignore menu items belonging to other environments.
Modified: libfrap/trunk/libfrap/menu/frap-menu-and-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-and-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-and-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-and-rules.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-and-rules.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-and-rules.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-directory.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-directory.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-directory.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-directory.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-directory.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-directory.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-item-cache.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item-cache.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-item-cache.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2 et: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-item-cache.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item-cache.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-item-cache.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-item-pool.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item-pool.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-item-pool.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-item-pool.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item-pool.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-item-pool.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-item.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item.c 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-item.c 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
* Copyright (c) 2005-2006 Benedikt Meurer <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
Modified: libfrap/trunk/libfrap/menu/frap-menu-item.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item.h 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-item.h 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-move.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-move.c 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-move.c 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-move.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-move.h 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-move.h 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-not-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-not-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-not-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-not-rules.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-not-rules.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-not-rules.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-or-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-or-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-or-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-or-rules.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-or-rules.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-or-rules.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-rules.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-rules.h 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-rules.h 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-standard-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-standard-rules.c 2007-01-16
09:52:42 UTC (rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-standard-rules.c 2007-01-16
10:08:36 UTC (rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu-standard-rules.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-standard-rules.h 2007-01-16
09:52:42 UTC (rev 24501)
+++ libfrap/trunk/libfrap/menu/frap-menu-standard-rules.h 2007-01-16
10:08:36 UTC (rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/frap-menu.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu.c 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/frap-menu.c 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2 et: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -69,8 +69,11 @@
/**
* frap_menu_init:
+ * @env : Name of the desktop environment (e.g. XFCE, GNOME, KDE) or %NULL.
*
- * Initializes the libfrapmenu library.
+ * Initializes the libfrapmenu library and optionally defines the desktop
+ * environment for which menus will be generated. This means items belonging
+ * only to other desktop environments will be ignored.
**/
void
frap_menu_init (const gchar *env)
Modified: libfrap/trunk/libfrap/menu/frap-menu.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu.h 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/frap-menu.h 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/libfrapmenu.h
===================================================================
--- libfrap/trunk/libfrap/menu/libfrapmenu.h 2007-01-16 09:52:42 UTC (rev
24501)
+++ libfrap/trunk/libfrap/menu/libfrapmenu.h 2007-01-16 10:08:36 UTC (rev
24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/tests/test-and-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/tests/test-and-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/tests/test-and-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/tests/test-display-root-menu.c
===================================================================
--- libfrap/trunk/libfrap/menu/tests/test-display-root-menu.c 2007-01-16
09:52:42 UTC (rev 24501)
+++ libfrap/trunk/libfrap/menu/tests/test-display-root-menu.c 2007-01-16
10:08:36 UTC (rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/tests/test-menu-item.c
===================================================================
--- libfrap/trunk/libfrap/menu/tests/test-menu-item.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/tests/test-menu-item.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/tests/test-not-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/tests/test-not-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/tests/test-not-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/tests/test-or-rules.c
===================================================================
--- libfrap/trunk/libfrap/menu/tests/test-or-rules.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/tests/test-or-rules.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: libfrap/trunk/libfrap/menu/tests/test-root-menu.c
===================================================================
--- libfrap/trunk/libfrap/menu/tests/test-root-menu.c 2007-01-16 09:52:42 UTC
(rev 24501)
+++ libfrap/trunk/libfrap/menu/tests/test-root-menu.c 2007-01-16 10:08:36 UTC
(rev 24502)
@@ -1,7 +1,7 @@
/* $Id$ */
/* vi:set expandtab sw=2 sts=2: */
/*-
- * Copyright (c) 2006 Jannis Pohlmann <[EMAIL PROTECTED]>
+ * Copyright (c) 2006-2007 Jannis Pohlmann <[EMAIL PROTECTED]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits