[rhythmbox] cd-recorder: ::constructed shouldn't return a value
- From: Christophe Fergeau <teuf src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rhythmbox] cd-recorder: ::constructed shouldn't return a value
- Date: Thu, 22 Oct 2009 18:35:33 +0000 (UTC)
commit 82fbc9bf4908da82d5c12a818ea953382dc65c27
Author: Christophe Fergeau <cfergeau mandriva com>
Date: Thu Oct 22 20:33:22 2009 +0200
cd-recorder: ::constructed shouldn't return a value
When converting use of GObject::constructor to GObject::constructed,
a return statement was forgotten in the cd-recorder plugin, which breaks
the build.
plugins/cd-recorder/rb-playlist-source-recorder.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/cd-recorder/rb-playlist-source-recorder.c b/plugins/cd-recorder/rb-playlist-source-recorder.c
index cc5a6bd..c3a92ea 100644
--- a/plugins/cd-recorder/rb-playlist-source-recorder.c
+++ b/plugins/cd-recorder/rb-playlist-source-recorder.c
@@ -1224,7 +1224,6 @@ rb_playlist_source_recorder_constructed (GObject *object)
"%s", msg);
gtk_dialog_run (GTK_DIALOG (dialog));
g_free (msg);
- return G_OBJECT (source);
}
update_speed_combobox (source);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]