]> Pileus Git - ~andy/gtk/commitdiff
switch: Fix the attribution line
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 30 Nov 2010 21:54:48 +0000 (21:54 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 30 Nov 2010 21:54:48 +0000 (21:54 +0000)
Thomas Wood pointed out that the original MxGtkLightSwitch widget upon
which I based the behaviour of GtkSwitch was not written by him; the
original authors are:

  Joshua Lock
  Robert Staudinger
  Jussi Kukkonen

My apologies to all of them.

gtk/gtkswitch.c
gtk/gtkswitch.h

index b2846ae194aaf3e4e43c8e664bc8ca947dd905d8..93549ef17ed3ba2249ee0f1acb6e2d5a2cbb36be 100644 (file)
@@ -22,8 +22,7 @@
  *      Emmanuele Bassi <ebassi@linux.intel.com>
  *      Matthias Clasen <mclasen@redhat.com>
  *
- * Based on similar code from:
- *      Thomas Wood <thos@linux.intel.com>
+ * Based on similar code from Mx.
  */
 
 /**
index 0e17be25e338ccfc6147999cb9362af91225e85b..3706f618b5f25f0b46fe4776e70f1dd3b729d6f1 100644 (file)
@@ -22,8 +22,7 @@
  *      Emmanuele Bassi <ebassi@linux.intel.com>
  *      Matthias Clasen <mclasen@redhat.com>
  *
- * Based on similar code from:
- *      Thomas Wood <thos@linux.intel.com>
+ * Based on similar code from Mx.
  */
 
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)