diff options
author | Laurent Contzen <lcontzen@gmail.com> | 2012-08-04 21:42:33 +0800 |
---|---|---|
committer | Laurent Contzen <lcontzen@gmail.com> | 2012-08-06 17:02:19 +0800 |
commit | 2d3fbe98ec0477190f3b7fa7ef23c99eed01045a (patch) | |
tree | 1b9ff5fb6302c434db1080117b454f061902fcf7 /libempathy-gtk/empathy-roster-view.h | |
parent | af7910a9af2984973be248b769d74f09e84822d4 (diff) | |
download | gsoc2013-empathy-2d3fbe98ec0477190f3b7fa7ef23c99eed01045a.tar.gz gsoc2013-empathy-2d3fbe98ec0477190f3b7fa7ef23c99eed01045a.tar.zst gsoc2013-empathy-2d3fbe98ec0477190f3b7fa7ef23c99eed01045a.zip |
Moved the #define'd groups names from view to model
empathy-roster-model: Added the groups names definitions
empathy-roster-model-manager: Adapted functions to the new groups names
empathy-roster-view: removed the groups names definitions and adapted functions to the new groups names
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index 6d5d760a3..0077b6843 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -9,10 +9,6 @@ G_BEGIN_DECLS -#define EMPATHY_ROSTER_VIEW_GROUP_UNGROUPED _("Ungrouped") -#define EMPATHY_ROSTER_VIEW_GROUP_TOP_GROUP _("Top Contacts") -#define EMPATHY_ROSTER_VIEW_GROUP_PEOPLE_NEARBY _("People Nearby") - typedef struct _EmpathyRosterView EmpathyRosterView; typedef struct _EmpathyRosterViewClass EmpathyRosterViewClass; typedef struct _EmpathyRosterViewPriv EmpathyRosterViewPriv; |