[Xfce4-commits] <xfce4-wmdock-plugin:master> Changed authors email address.

Andre Ellguth noreply at xfce.org
Mon Nov 4 13:36:34 CET 2013


Updating branch refs/heads/master
         to 6329390ff4ca61ddd353423885664126bf8509dd (commit)
       from 43d217bb9c6e6c9c19e6a2dfa285c524a4ed09a3 (commit)

commit 6329390ff4ca61ddd353423885664126bf8509dd
Author: Andre Ellguth <andre at ellguth.com>
Date:   Wed Oct 16 08:26:45 2013 +0200

    Changed authors email address.

 AUTHORS                    |    4 ++--
 panel-plugin/catchwindow.c |    2 +-
 panel-plugin/catchwindow.h |    2 +-
 panel-plugin/debug.c       |    2 +-
 panel-plugin/debug.h       |    2 +-
 panel-plugin/dnd.c         |    4 +---
 panel-plugin/dnd.h         |    2 +-
 panel-plugin/dockapp.c     |    2 +-
 panel-plugin/dockapp.h     |    2 +-
 panel-plugin/extern.h      |    2 +-
 panel-plugin/misc.c        |    2 +-
 panel-plugin/misc.h        |    2 +-
 panel-plugin/props.c       |    2 +-
 panel-plugin/props.h       |    2 +-
 panel-plugin/rcfile.c      |    2 +-
 panel-plugin/rcfile.h      |    2 +-
 panel-plugin/wmdock.c      |    2 +-
 panel-plugin/wmdock.h      |    2 +-
 18 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index e0e8ce7..e0ff738 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,3 @@
-Andre Ellguth <ellguth at ibh.de>
+Andre Ellguth <andre at ellguth.com>
 
-Some code inspiration from bdock and xfce4-eyes-plugin
\ No newline at end of file
+Some code inspiration from bdock and xfce4-eyes-plugin.
diff --git a/panel-plugin/catchwindow.c b/panel-plugin/catchwindow.c
index 76f6b90..431aec3 100644
--- a/panel-plugin/catchwindow.c
+++ b/panel-plugin/catchwindow.c
@@ -2,7 +2,7 @@
  * Catch the window if is a dockapp.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/catchwindow.h b/panel-plugin/catchwindow.h
index 0aaf2d6..b37b409 100644
--- a/panel-plugin/catchwindow.h
+++ b/panel-plugin/catchwindow.h
@@ -2,7 +2,7 @@
  * catchwindow.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/debug.c b/panel-plugin/debug.c
index 8f6d8ce..29e403a 100644
--- a/panel-plugin/debug.c
+++ b/panel-plugin/debug.c
@@ -2,7 +2,7 @@
  * Debug output.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/debug.h b/panel-plugin/debug.h
index cae6fa4..bdc9c23 100644
--- a/panel-plugin/debug.h
+++ b/panel-plugin/debug.h
@@ -2,7 +2,7 @@
  * debug.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/dnd.c b/panel-plugin/dnd.c
index 79631af..84e7ea1 100644
--- a/panel-plugin/dnd.c
+++ b/panel-plugin/dnd.c
@@ -2,7 +2,7 @@
  * Drag & Drop functions.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
@@ -40,8 +40,6 @@
 #include "misc.h"
 #include "dnd.h"
 
-#include "xfce4-wmdock-plugin.xpm"
-
 #define _BYTE 8
 
 void drag_begin_handl (GtkWidget *widget, GdkDragContext *context,
diff --git a/panel-plugin/dnd.h b/panel-plugin/dnd.h
index ffe96ac..a4ce608 100644
--- a/panel-plugin/dnd.h
+++ b/panel-plugin/dnd.h
@@ -2,7 +2,7 @@
  * dnd.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/dockapp.c b/panel-plugin/dockapp.c
index 4b40856..bf31467 100644
--- a/panel-plugin/dockapp.c
+++ b/panel-plugin/dockapp.c
@@ -2,7 +2,7 @@
  * Dockapp handling.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/dockapp.h b/panel-plugin/dockapp.h
index 7bf4283..95de9d3 100644
--- a/panel-plugin/dockapp.h
+++ b/panel-plugin/dockapp.h
@@ -2,7 +2,7 @@
  * dockapp.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/extern.h b/panel-plugin/extern.h
index bda4b0c..c82cd98 100644
--- a/panel-plugin/extern.h
+++ b/panel-plugin/extern.h
@@ -2,7 +2,7 @@
  * extern.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/misc.c b/panel-plugin/misc.c
index 7511b51..998206f 100644
--- a/panel-plugin/misc.c
+++ b/panel-plugin/misc.c
@@ -2,7 +2,7 @@
  * Misc functions.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/misc.h b/panel-plugin/misc.h
index a2bcdb2..91c68ec 100644
--- a/panel-plugin/misc.h
+++ b/panel-plugin/misc.h
@@ -2,7 +2,7 @@
  * misc.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/props.c b/panel-plugin/props.c
index 914af51..750aaa9 100644
--- a/panel-plugin/props.c
+++ b/panel-plugin/props.c
@@ -2,7 +2,7 @@
  * Properties dialog.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/props.h b/panel-plugin/props.h
index c747041..ddf072b 100644
--- a/panel-plugin/props.h
+++ b/panel-plugin/props.h
@@ -2,7 +2,7 @@
  * Properties dialog - Header.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/rcfile.c b/panel-plugin/rcfile.c
index ca5a15a..9d94bab 100644
--- a/panel-plugin/rcfile.c
+++ b/panel-plugin/rcfile.c
@@ -2,7 +2,7 @@
  * Configuration file handling.
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/rcfile.h b/panel-plugin/rcfile.h
index 637b5b3..64794ba 100644
--- a/panel-plugin/rcfile.h
+++ b/panel-plugin/rcfile.h
@@ -2,7 +2,7 @@
  * rcfile.h
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/wmdock.c b/panel-plugin/wmdock.c
index 2e5a28f..3db8bcc 100644
--- a/panel-plugin/wmdock.c
+++ b/panel-plugin/wmdock.c
@@ -1,7 +1,7 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify
diff --git a/panel-plugin/wmdock.h b/panel-plugin/wmdock.h
index 69d056e..95aa7fd 100644
--- a/panel-plugin/wmdock.h
+++ b/panel-plugin/wmdock.h
@@ -1,7 +1,7 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  *
  * Authors:
- *   Andre Ellguth <ellguth at ibh.de>
+ *   Andre Ellguth <andre at ellguth.com>
  *
  * License:
  *   This program is free software; you can redistribute it and/or modify


More information about the Xfce4-commits mailing list