]> git.0d.be Git - empathy.git/commitdiff
Add a comment that tells to keep EmpathySound enum sync with sound_entries array.
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 7 Jan 2009 10:04:47 +0000 (10:04 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 7 Jan 2009 10:04:47 +0000 (10:04 +0000)
svn path=/trunk/; revision=2109

libempathy-gtk/empathy-ui-utils.c
libempathy-gtk/empathy-ui-utils.h

index 474148a68961121b249840f1c438b9c41e0885ae..7a9953ac0b6fcb9be67b3da4eda301282ef2e460 100644 (file)
@@ -1500,7 +1500,7 @@ typedef struct {
        const char * gconf_key;
 } EmpathySoundEntry;
 
-/* NOTE: these entries MUST be in the same order of the EmpathySound enum */
+/* NOTE: these entries MUST be in the same order than EmpathySound enum */
 static EmpathySoundEntry sound_entries[LAST_EMPATHY_SOUND] = {
        { EMPATHY_SOUND_MESSAGE_INCOMING, "message-new-instant",
          N_("Received an instant message"), EMPATHY_PREFS_SOUNDS_INCOMING_MESSAGE } ,
index 0ed291af7cf27d5e4d3197916c16899abd68309c..b61d9d86c5f2e947f6274064125cdf597ade55cb 100644 (file)
@@ -44,6 +44,7 @@
 
 G_BEGIN_DECLS
 
+/* NOTE: Keep this sync with sound_entries in empathy-ui-utils.c */
 typedef enum {
        EMPATHY_SOUND_MESSAGE_INCOMING,
        EMPATHY_SOUND_MESSAGE_OUTGOING,