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-11 22:55:17 +0800
commitb03c1a8a250916f109898e90415fd5fce0fc6b14 (patch)
treefe3078afb51edcaae0d7ec2744b09b273222ae09
parent32102eff209f60b17a2b53bc44cf0250b6952fd8 (diff)
downloadgsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.tar
gsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.tar.gz
gsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.tar.bz2
gsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.tar.lz
gsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.tar.xz
gsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.tar.zst
gsoc2013-empathy-b03c1a8a250916f109898e90415fd5fce0fc6b14.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);
}