diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:04:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:16 +0800 |
commit | f34b13e2f95b88aad6c3c21003fd9c98e191bda8 (patch) | |
tree | 8a14e89cbb8756bb9b1fab2d63ad74a227119858 | |
parent | 1230f8b408a8752aba579db475379b6bce9e683f (diff) | |
download | gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.tar gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.tar.gz gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.tar.bz2 gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.tar.lz gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.tar.xz gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.tar.zst gsoc2013-empathy-f34b13e2f95b88aad6c3c21003fd9c98e191bda8.zip |
empathy-cell-renderer-expander: fix coding style and update FSF address
-rw-r--r-- | libempathy-gtk/empathy-cell-renderer-expander.c | 10 | ||||
-rw-r--r-- | libempathy-gtk/empathy-cell-renderer-expander.h | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-cell-renderer-expander.c b/libempathy-gtk/empathy-cell-renderer-expander.c index fc9189d2d..09fe8bd4f 100644 --- a/libempathy-gtk/empathy-cell-renderer-expander.c +++ b/libempathy-gtk/empathy-cell-renderer-expander.c @@ -14,9 +14,9 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - * + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + * * Authors: Kristian Rietveld <kris@imendio.com> */ @@ -253,7 +253,7 @@ empathy_cell_renderer_expander_get_size (GtkCellRenderer *cell, EmpathyCellRendererExpander *expander; EmpathyCellRendererExpanderPriv *priv; - expander = (EmpathyCellRendererExpander*) cell; + expander = (EmpathyCellRendererExpander *) cell; priv = GET_PRIV (expander); if (cell_area) { @@ -295,7 +295,7 @@ empathy_cell_renderer_expander_render (GtkCellRenderer *cell, GtkExpanderStyle expander_style; gint x_offset, y_offset; - expander = (EmpathyCellRendererExpander*) cell; + expander = (EmpathyCellRendererExpander *) cell; priv = GET_PRIV (expander); if (priv->animation_node) { diff --git a/libempathy-gtk/empathy-cell-renderer-expander.h b/libempathy-gtk/empathy-cell-renderer-expander.h index d052612bf..fc569ded2 100644 --- a/libempathy-gtk/empathy-cell-renderer-expander.h +++ b/libempathy-gtk/empathy-cell-renderer-expander.h @@ -14,9 +14,9 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - * + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + * * Authors: Kristian Rietveld <kris@imendio.com> */ |