rhythmbox r6259 - in trunk: . plugins/cd-recorder
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6259 - in trunk: . plugins/cd-recorder
- Date: Sun, 29 Mar 2009 07:29:49 +0000 (UTC)
Author: jmatthew
Date: Sun Mar 29 07:29:49 2009
New Revision: 6259
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6259&view=rev
Log:
2009-03-29 Jonathan Matthew <jonathan d14n org>
* plugins/cd-recorder/rb-playlist-source-recorder.c:
(rb_playlist_source_recorder_constructor):
Use the right user data for the device-changed signal. Fixes #365154.
Modified:
trunk/ChangeLog
trunk/plugins/cd-recorder/rb-playlist-source-recorder.c
Modified: trunk/plugins/cd-recorder/rb-playlist-source-recorder.c
==============================================================================
--- trunk/plugins/cd-recorder/rb-playlist-source-recorder.c (original)
+++ trunk/plugins/cd-recorder/rb-playlist-source-recorder.c Sun Mar 29 07:29:49 2009
@@ -1248,7 +1248,7 @@
update_speed_combobox (source);
g_signal_connect (source->priv->device_menu, "device-changed",
G_CALLBACK (rb_playlist_source_recorder_device_changed_cb),
- xml);
+ source);
g_signal_connect_object (G_OBJECT (source->priv->recorder), "eos",
G_CALLBACK (eos_cb), source, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]