]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-status-presets.c
Rename NUM_TP_ to TP_NUM_
[empathy.git] / libempathy / empathy-status-presets.c
index 9895d4d42ca9bf2144c433672f90e869ceaa43cf..aacee83d82fa112e0af8daa05bcd2dc86fd76062 100644 (file)
@@ -187,10 +187,10 @@ status_presets_file_save (void)
        GList      *l;
        gchar      *dir;
        gchar      *file;
-       gint        count[NUM_TP_CONNECTION_PRESENCE_TYPES];
+       gint        count[TP_NUM_CONNECTION_PRESENCE_TYPES];
        gint        i;
 
-       for (i = 0; i < NUM_TP_CONNECTION_PRESENCE_TYPES; i++) {
+       for (i = 0; i < TP_NUM_CONNECTION_PRESENCE_TYPES; i++) {
                count[i] = 0;
        }