rhythmbox r6011 - in trunk: . plugins/mtpdevice
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6011 - in trunk: . plugins/mtpdevice
- Date: Sun, 2 Nov 2008 22:02:38 +0000 (UTC)
Author: jmatthew
Date: Sun Nov 2 22:02:38 2008
New Revision: 6011
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6011&view=rev
Log:
2008-11-03 Jonathan Matthew <jonathan d14n org>
* plugins/mtpdevice/rb-mtp-source.c: (rb_mtp_source_constructor),
(rb_mtp_source_new): fix stupid compile errors
Modified:
trunk/ChangeLog
trunk/plugins/mtpdevice/rb-mtp-source.c
Modified: trunk/plugins/mtpdevice/rb-mtp-source.c
==============================================================================
--- trunk/plugins/mtpdevice/rb-mtp-source.c (original)
+++ trunk/plugins/mtpdevice/rb-mtp-source.c Sun Nov 2 22:02:38 2008
@@ -172,13 +172,10 @@
GObjectConstructParam *construct_properties)
{
RBMtpSource *source;
- RBMtpSourcePrivate *priv;
RBEntryView *tracks;
GtkIconTheme *theme;
GdkPixbuf *pixbuf;
gint size;
- guint16 *types = NULL;
- guint16 num_types= 0;
source = RB_MTP_SOURCE (G_OBJECT_CLASS (rb_mtp_source_parent_class)->
constructor (type, n_construct_properties, construct_properties));
@@ -226,6 +223,8 @@
RhythmDB *db = NULL;
RBMtpSourcePrivate *priv = NULL;
char *name = NULL;
+ guint16 *types = NULL;
+ guint16 num_types= 0;
g_object_get (shell, "db", &db, NULL);
name = g_strdup_printf ("MTP-%s", LIBMTP_Get_Serialnumber (device));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]