aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-message-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 22:59:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:15 +0800
commitdbf752ab75427642eae6afe4343a21e8b03e6e90 (patch)
treefb453838df9be5ce913c2d256e4754bde5d5df6d /libempathy-gtk/empathy-new-message-dialog.c
parent402929e44e5e28d568d6895b37c50e0f974f1e59 (diff)
downloadgsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.tar
gsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.tar.gz
gsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.tar.bz2
gsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.tar.lz
gsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.tar.xz
gsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.tar.zst
gsoc2013-empathy-dbf752ab75427642eae6afe4343a21e8b03e6e90.zip
empathy-new-message-dialog: fix coding style
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 3e6e3f11d..512cd1ba3 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -195,7 +195,7 @@ new_message_dialog_call_got_contact_cb (EmpathyTpContactFactory *factory,
return;
}
- call_factory = empathy_call_factory_get();
+ call_factory = empathy_call_factory_get ();
empathy_call_factory_new_call (call_factory, contact);
}
@@ -232,7 +232,7 @@ new_message_dialog_response_cb (GtkWidget *widget,
static void
new_message_change_state_button_cb (GtkEditable *editable,
- EmpathyNewMessageDialog *dialog)
+ EmpathyNewMessageDialog *dialog)
{
const gchar *id;
gboolean sensitive;
@@ -302,8 +302,8 @@ empathy_new_message_dialog_show (GtkWindow *parent)
g_signal_connect (completion, "match-selected",
G_CALLBACK (new_message_dialog_match_selected_cb),
dialog);
- g_object_unref(completion);
- g_object_unref(model);
+ g_object_unref (completion);
+ g_object_unref (model);
empathy_builder_connect (gui, dialog,
"new_message_dialog", "destroy", new_message_dialog_destroy_cb,
@@ -326,7 +326,7 @@ empathy_new_message_dialog_show (GtkWindow *parent)
gtk_widget_show (dialog->account_chooser);
new_message_dialog_account_changed_cb (dialog->account_chooser, dialog);
- g_signal_connect (dialog->account_chooser, "changed",
+ g_signal_connect (dialog->account_chooser, "changed",
G_CALLBACK (new_message_dialog_account_changed_cb),
dialog);