~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

Viewing changes to musicPlayer/src/applet-audacious.c

  • Committer: Matthieu Baerts
  • Date: 2012-09-26 00:22:19 UTC
  • Revision ID: matttbe@gmail.com-20120926002219-e8afhgt27f5n3buw
Compilation: fixed a lot of warnings during the compilation (mostly 'unused-variable') - Part 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
static void cd_audacious_getSongInfos (void)
200
200
{
201
201
        GHashTable *data_list = NULL;
202
 
        const gchar *data;
203
202
                
204
203
        if(dbus_g_proxy_call (myData.dbus_proxy_player, "GetMetadata", NULL,
205
204
                G_TYPE_INVALID,