aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}