rhythmbox r5807 - in trunk: . sources
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r5807 - in trunk: . sources
- Date: Sat, 12 Jul 2008 00:54:14 +0000 (UTC)
Author: jmatthew
Date: Sat Jul 12 00:54:14 2008
New Revision: 5807
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5807&view=rev
Log:
2008-07-12 Jonathan Matthew <jonathan d14n org>
patch by: Ed Catmur <ed catmur co uk>
* sources/rb-sourcelist.c: (rb_sourcelist_class_init):
Stop using a deprecated gtk marshaler. Fixes #542456.
Modified:
trunk/ChangeLog
trunk/sources/rb-sourcelist.c
Modified: trunk/sources/rb-sourcelist.c
==============================================================================
--- trunk/sources/rb-sourcelist.c (original)
+++ trunk/sources/rb-sourcelist.c Sat Jul 12 00:54:14 2008
@@ -203,7 +203,7 @@
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (RBSourceListClass, drop_received),
NULL, NULL,
- gtk_marshal_VOID__POINTER_POINTER,
+ rb_marshal_VOID__POINTER_POINTER,
G_TYPE_NONE,
2,
G_TYPE_POINTER, G_TYPE_POINTER);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]