[rhythmbox] audioscrobbler: don't use a custom marshaller



commit dc6edc10ae869834fbb6e511e3514cdd4cb3c08c
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Aug 3 16:54:59 2014 +1000

    audioscrobbler: don't use a custom marshaller
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733526

 lib/rb-marshal.list                        |    1 -
 plugins/audioscrobbler/rb-audioscrobbler.c |    3 +--
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/lib/rb-marshal.list b/lib/rb-marshal.list
index dfdbd57..165168e 100644
--- a/lib/rb-marshal.list
+++ b/lib/rb-marshal.list
@@ -59,4 +59,3 @@ VOID:UINT64,STRING,POINTER
 VOID:ULONG,FLOAT
 VOID:OBJECT,BOOLEAN
 VOID:STRING,STRING,POINTER,POINTER
-VOID:STRING,UINT,UINT,STRING
diff --git a/plugins/audioscrobbler/rb-audioscrobbler.c b/plugins/audioscrobbler/rb-audioscrobbler.c
index 1b2d7b8..db1b88e 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler.c
@@ -54,7 +54,6 @@
 #include "rb-cut-and-paste-code.h"
 #include "rb-util.h"
 #include "rb-podcast-entry-types.h"
-#include "rb-marshal.h"
 #include "rb-audioscrobbler-entry.h"
 
 #define CLIENT_ID "rbx"
@@ -308,7 +307,7 @@ rb_audioscrobbler_class_init (RBAudioscrobblerClass *klass)
                              G_SIGNAL_RUN_LAST,
                              G_STRUCT_OFFSET (RBAudioscrobblerClass, statistics_changed),
                              NULL, NULL,
-                             rb_marshal_VOID__STRING_UINT_UINT_STRING,
+                             NULL,
                              G_TYPE_NONE,
                              4,
                              G_TYPE_STRING,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]