aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-10 07:03:19 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-15 02:46:44 +0800
commit79ca42a36ee2018e1973ccb933aaff49c5acce02 (patch)
tree1522b8a85cac2e5480ef1de786109014df0da325
parent93e1c3b1435eb0f37f57ed398c0cfc26412384e1 (diff)
downloadgsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.tar
gsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.tar.gz
gsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.tar.bz2
gsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.tar.lz
gsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.tar.xz
gsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.tar.zst
gsoc2013-empathy-79ca42a36ee2018e1973ccb933aaff49c5acce02.zip
Fixes for make check
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c
index 228e5760b..993190a30 100644
--- a/libempathy-gtk/empathy-account-widget-skype.c
+++ b/libempathy-gtk/empathy-account-widget-skype.c
@@ -29,6 +29,7 @@
#include <libempathy/empathy-utils.h>
+#include "empathy-account-widget-skype.h"
#include "empathy-account-widget-private.h"
#include "empathy-ui-utils.h"
@@ -301,7 +302,7 @@ account_widget_build_skype_setup_combo (EmpathyAccountWidget *self,
{
gtk_list_store_insert_with_values (store, NULL, -1,
PS_COL_ENUM_VALUE, option,
- PS_COL_DISPLAY_NAME, gettext(options[option]),
+ PS_COL_DISPLAY_NAME, gettext (options[option]),
-1);
}