aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-sip.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:05:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:17 +0800
commitcff74c58c9e327a3a8f509b75f9179c628a68905 (patch)
tree8eaebca5c546dceb44f545d939b9c93436e04627 /libempathy-gtk/empathy-account-widget-sip.c
parent7fd94f82a3cb476021e3b374897a71d7eaf803fa (diff)
downloadgsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.tar
gsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.tar.gz
gsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.tar.bz2
gsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.tar.lz
gsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.tar.xz
gsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.tar.zst
gsoc2013-empathy-cff74c58c9e327a3a8f509b75f9179c628a68905.zip
empathy-account-widget-sip: fix coding style
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.c')
-rw-r--r--libempathy-gtk/empathy-account-widget-sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.c b/libempathy-gtk/empathy-account-widget-sip.c
index 2d4944779..f6eb99814 100644
--- a/libempathy-gtk/empathy-account-widget-sip.c
+++ b/libempathy-gtk/empathy-account-widget-sip.c
@@ -63,8 +63,8 @@ account_widget_sip_discover_stun_toggled_cb (
gboolean active;
active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (checkbox));
- gtk_widget_set_sensitive(settings->entry_stun_server, !active);
- gtk_widget_set_sensitive(settings->spinbutton_stun_part, !active);
+ gtk_widget_set_sensitive (settings->entry_stun_server, !active);
+ gtk_widget_set_sensitive (settings->spinbutton_stun_part, !active);
}
/**