]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-store.h
Updated Polish translation
[empathy.git] / libempathy-gtk / empathy-contact-list-store.h
index ec8aa3a13b70ec8f0da95c402720df678b5b8c7f..1b36ea651a79fc4af49d867dee66472b6821ee56 100644 (file)
@@ -63,13 +63,12 @@ typedef enum {
        EMPATHY_CONTACT_LIST_STORE_COL_CAN_AUDIO_CALL,
        EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL,
        EMPATHY_CONTACT_LIST_STORE_COL_FLAGS,
-       EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE,
        EMPATHY_CONTACT_LIST_STORE_COL_IS_FAKE_GROUP,
        EMPATHY_CONTACT_LIST_STORE_COL_COUNT,
 } EmpathyContactListStoreCol;
 
 #define EMPATHY_CONTACT_LIST_STORE_UNGROUPED _("Ungrouped")
-#define EMPATHY_CONTACT_LIST_STORE_FAVORITE  _("Favorites People")
+#define EMPATHY_CONTACT_LIST_STORE_FAVORITE  _("Favorite People")
 
 struct _EmpathyContactListStore {
        GtkTreeStore parent;
@@ -106,7 +105,8 @@ gboolean                   empathy_contact_list_store_row_separator_func (GtkTre
                                                                         gpointer                    data);
 gchar *                    empathy_contact_list_store_get_parent_group   (GtkTreeModel               *model,
                                                                         GtkTreePath                *path,
-                                                                        gboolean                   *path_is_group);
+                                                                        gboolean                   *path_is_group,
+                                                                        gboolean                   *is_fake_group);
 gboolean                   empathy_contact_list_store_search_equal_func  (GtkTreeModel               *model,
                                                                         gint                        column,
                                                                         const gchar                *key,