]> git.0d.be Git - empathy.git/commitdiff
Fix code formatting in EmpathyLinkingDialog
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 1 Sep 2010 09:28:17 +0000 (10:28 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 6 Sep 2010 10:08:12 +0000 (11:08 +0100)
libempathy-gtk/empathy-linking-dialog.c

index 804884861ead52824f61ac93b552c7486d77c5dc..4d80b659f65c96e7535395ff113e256e99a7621f 100644 (file)
@@ -142,17 +142,18 @@ linking_response_cb (EmpathyLinkingDialog *self,
 {
   EmpathyLinkingDialogPriv *priv = GET_PRIV (self);
 
-  if (response == GTK_RESPONSE_OK) {
-    EmpathyIndividualManager *manager;
-    GList *personas;
+  if (response == GTK_RESPONSE_OK)
+    {
+      EmpathyIndividualManager *manager;
+      GList *personas;
 
-    manager = empathy_individual_manager_dup_singleton ();
+      manager = empathy_individual_manager_dup_singleton ();
 
-    personas = empathy_individual_linker_get_linked_personas (priv->linker);
-    empathy_individual_manager_link_personas (manager, personas);
+      personas = empathy_individual_linker_get_linked_personas (priv->linker);
+      empathy_individual_manager_link_personas (manager, personas);
 
-    g_object_unref (manager);
-  }
+      g_object_unref (manager);
+    }
 
   linking_dialog = NULL;
   gtk_widget_destroy (GTK_WIDGET (self));