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

« back to all changes in this revision

Viewing changes to musicPlayer/src/applet-banshee.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:
189
189
static void cd_banshee_getSongInfos (void)
190
190
{
191
191
        GHashTable *data_list = NULL;
192
 
        GValue *value;
193
192
        
194
193
        if (dbus_g_proxy_call (myData.dbus_proxy_player, "GetCurrentTrack", NULL, G_TYPE_INVALID,
195
194
                MP_DBUS_TYPE_SONG_METADATA,
369
368
 */
370
369
static void cd_banshee_control (MyPlayerControl pControl, const char *file)
371
370
{
372
 
        gchar *cCommand = NULL;
373
 
        
374
371
        switch (pControl)
375
372
        {
376
373
                case PLAYER_PREVIOUS :