aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-cell-renderer-expander.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:04:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:16 +0800
commitf34b13e2f95b88aad6c3c21003fd9c98e191bda8 (patch)
tree8a14e89cbb8756bb9b1fab2d63ad74a227119858 /libempathy-gtk/empathy-cell-renderer-expander.c
parent1230f8b408a8752aba579db475379b6bce9e683f (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk/empathy-cell-renderer-expander.c')
-rw-r--r--libempathy-gtk/empathy-cell-renderer-expander.c10
1 files changed, 5 insertions, 5 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) {