]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-selector.c
Updated Oriya Translation
[empathy.git] / libempathy-gtk / empathy-contact-selector.c
index a51d8d3fef9cc81048d30fe04f45fa7fc4f32e0a..8aa02fa6d451eb6be69489cb3633a52381d9924d 100644 (file)
@@ -202,7 +202,7 @@ contact_selector_constructor (GType type,
   GtkCellLayout *cell_layout;
   GtkCellRenderer *renderer;
 
-  object = G_OBJECT_CLASS (empathy_contact_selector_parent_class)->constructor 
+  object = G_OBJECT_CLASS (empathy_contact_selector_parent_class)->constructor
     (type, n_construct_params, construct_params);
   priv = GET_PRIV (object);
   contact_selector = EMPATHY_CONTACT_SELECTOR (object);
@@ -372,8 +372,8 @@ empathy_contact_selector_new (EmpathyContactList *contact_list)
  * @selector: An #EmpathyContactSelector
  *
  * Returns a new reference to the contact which is currently selected in
- * @selector, or %NULL if there is no contact selected. The contact should
- * be unrefed with g_object_unref() when finished with.
+ * @selector, or %NULL if there is no contact selected. The returned contact
+ * should be unrefed with g_object_unref() when finished with.
  *
  * Return value: A new reference to the contact currently selected, or %NULL
  */
@@ -422,7 +422,7 @@ contact_selector_filter_visible_func (GtkTreeModel *model,
 
   if (contact != NULL)
     {
-      visible = data->func(contact, data->user_data);
+      visible = data->func (contact, data->user_data);
 
       g_object_unref (contact);
     }