~joh/alarm-clock/master

« back to all changes in this revision

Viewing changes to src/alarm-applet.c

  • Committer: Johannes H. Jensen
  • Date: 2011-03-20 17:51:46 UTC
  • Revision ID: git-v1:b958c23f2d298407ecf620ae9ccf24cf1a322b57
Away with some compilation warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * DEFINTIIONS {{
33
33
 */
34
34
 
35
 
const gchar *supported_sound_mime_types [] = { "audio", "video", "application/ogg", NULL };
 
35
static const gchar *supported_sound_mime_types [] = {
 
36
    "audio",
 
37
    "video",
 
38
    "application/ogg",
 
39
    NULL
 
40
};
 
41
 
36
42
GHashTable *app_command_map = NULL;
37
43
 
38
44
/*