diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:08:01 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:08:01 +0800 |
commit | c23031cdb33273d6396657f93d5daa064b7d7cac (patch) | |
tree | c4d489a9c94e7f3eb1fc90b034fdc22055100e2b | |
parent | 734c8e69e29f782cf5217d73ea342fd80669c470 (diff) | |
download | gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.gz gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.bz2 gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.lz gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.xz gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.zst gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.zip |
Fix coding style.
svn path=/trunk/; revision=2293
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 23f7f1311..d7d314082 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -572,10 +572,10 @@ empathy_pixbuf_from_icon_name_sized (const gchar *icon_name, GdkPixbuf * empathy_pixbuf_from_icon_name (const gchar *icon_name, - GtkIconSize icon_size) + GtkIconSize icon_size) { - gint w, h; - gint size = 48; + gint w, h; + gint size = 48; if (!icon_name) { return NULL; |